PackagesCanonicalsLogsProblems
    Packages
    ans.fhir.fr.ror@0.1.0
    https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-practitionerrole
{
  "description": "Profil créé dans le cadre du ROR pour décrire les modalités d'exercice opérationnelles du profesionnel dans la réalisation de l'offre",
  "_filename": "StructureDefinition-ror-practitionerrole.json",
  "package_name": "ans.fhir.fr.ror",
  "date": "2023-04-12T17:52:18+02:00",
  "derivation": "constraint",
  "publisher": "ANS",
  "fhirVersion": "4.0.1",
  "name": "RORPractitionerRole",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://www.omg.org/spec/ServD/1.0/",
    "name": "ServD",
    "identity": "servd"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern Mapping",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "PractitionerRole",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.1.0",
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-3",
        "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
        "xpath": "not(exists(for $id in f:contained/*/f:id/@value return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-5",
        "human": "If a resource is contained in another resource, it SHALL NOT have a security label",
        "xpath": "not(exists(f:contained/*/f:meta/f:security))",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "error",
        "expression": "contained.meta.security.empty()"
      }, {
        "key": "dom-6",
        "human": "A resource should have narrative for robust management",
        "xpath": "exists(f:text/h:div)",
        "source": "http://hl7.org/fhir/StructureDefinition/DomainResource",
        "severity": "warning",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
          "valueBoolean": true
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
          "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a human readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
        } ],
        "expression": "text.`div`.exists()"
      } ],
      "path": "PractitionerRole",
      "min": 0,
      "definition": "A specific set of Roles/Locations/specialties/services that a practitioner may perform at an organization for a period of time.",
      "isModifier": false,
      "short": "Roles/organizations the practitioner is associated with",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "PRD (as one example)",
        "identity": "v2"
      }, {
        "map": "Role",
        "identity": "rim"
      }, {
        "map": "ServiceSiteProvider",
        "identity": "servd"
      } ],
      "max": "*",
      "id": "PractitionerRole",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole"
      },
      "isSummary": false
    }, {
      "path": "PractitionerRole.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "isModifier": false,
      "short": "Logical id of this artifact",
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "id"
        } ]
      } ],
      "max": "1",
      "id": "PractitionerRole.id",
      "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.meta",
      "min": 0,
      "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
      "isModifier": false,
      "short": "Metadata about the resource",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "PractitionerRole.meta",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "PractitionerRole.meta.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "PractitionerRole.meta.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.meta.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "PractitionerRole.meta.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.meta.versionId",
      "min": 0,
      "definition": "The version specific identifier, as it appears in the version portion of the URL. This value changes when the resource is created, updated, or deleted.",
      "isModifier": false,
      "short": "Version specific identifier",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "PractitionerRole.meta.versionId",
      "comment": "The server assigns this value, and ignores what the client specifies, except in the case that the server is imposing version integrity on updates/deletes.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Meta.versionId"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.meta.lastUpdated",
      "min": 1,
      "definition": "When the resource last changed - e.g. when the version changed.",
      "isModifier": false,
      "short": "When the resource version last changed",
      "type": [ {
        "code": "instant"
      } ],
      "max": "1",
      "id": "PractitionerRole.meta.lastUpdated",
      "comment": "This value is always populated except when the resource is first being created. The server / resource manager sets this value; what a client provides is irrelevant. This is equivalent to the HTTP Last-Modified and SHOULD have the same value on a [read](http://hl7.org/fhir/R4/http.html#read) interaction.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Meta.lastUpdated"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.meta.source",
      "min": 0,
      "definition": "A uri that identifies the source system of the resource. This provides a minimal amount of [Provenance](http://hl7.org/fhir/R4/provenance.html#) information that can be used to track or differentiate the source of information in the resource. The source may identify another FHIR server, document, message, database, etc.",
      "isModifier": false,
      "short": "Identifies where the resource comes from",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "PractitionerRole.meta.source",
      "comment": "In the provenance resource, this corresponds to Provenance.entity.what[x]. The exact use of the source (and the implied Provenance.entity.role) is left to implementer discretion. Only one nominated source is allowed; for additional provenance details, a full Provenance resource should be used. \n\nThis element can be used to indicate where the current master source of a resource that has a canonical URL if the resource is no longer hosted at the canonical URL.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Meta.source"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.meta.profile",
      "min": 0,
      "definition": "A list of profiles (references to [StructureDefinition](http://hl7.org/fhir/R4/structuredefinition.html#) resources) that this resource claims to conform to. The URL is a reference to [StructureDefinition.url](http://hl7.org/fhir/R4/structuredefinition-definitions.html#StructureDefinition.url).",
      "isModifier": false,
      "short": "Profiles this resource claims to conform to",
      "type": [ {
        "code": "canonical",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/StructureDefinition" ]
      } ],
      "max": "*",
      "id": "PractitionerRole.meta.profile",
      "comment": "It is up to the server and/or other infrastructure of policy to determine whether/how these claims are verified and/or updated over time.  The list of profile URLs is a set.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Meta.profile"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.meta.security",
      "min": 0,
      "definition": "Security labels applied to this resource. These tags connect specific resources to the overall security policy and infrastructure.",
      "isModifier": false,
      "short": "Security Labels applied to this resource",
      "type": [ {
        "code": "Coding"
      } ],
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/security-labels",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "SecurityLabels"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "Security Labels from the Healthcare Privacy and Security Classification System."
      },
      "max": "*",
      "id": "PractitionerRole.meta.security",
      "comment": "The security labels can be updated without changing the stated version of the resource. The list of security labels is a set. Uniqueness is based the system/code, and version and display are ignored.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Meta.security"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.meta.tag",
      "min": 0,
      "definition": "Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.",
      "isModifier": false,
      "short": "Tags applied to this resource",
      "slicing": {
        "rules": "open",
        "ordered": false,
        "description": "Slicing pour gérer le code région définissant la région source des données",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Coding"
      } ],
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/common-tags",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Tags"
        } ],
        "description": "Codes that represent various types of tags, commonly workflow-related; e.g. \"Needs review by Dr. Jones\"."
      },
      "max": "*",
      "id": "PractitionerRole.meta.tag",
      "comment": "The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Meta.tag"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.meta.tag",
      "min": 0,
      "definition": "Tags applied to this resource. Tags are intended to be used to identify and relate resources to process and workflow, and applications are not required to consider the tags when interpreting the meaning of a resource.",
      "isModifier": false,
      "short": "Tags applied to this resource",
      "type": [ {
        "code": "Coding"
      } ],
      "sliceName": "codeRegion",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J237-RegionOM-ROR/FHIR/JDV-J237-RegionOM-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.meta.tag:codeRegion",
      "comment": "The tags can be updated without changing the stated version of the resource. The list of tags is a set. Uniqueness is based the system/code, and version and display are ignored.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Meta.tag"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.implicitRules",
      "min": 0,
      "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "PractitionerRole.implicitRules",
      "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation",
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "isModifier": false,
      "short": "Language of the resource content",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/ValueSet/languages",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Language"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "A human language."
      },
      "max": "1",
      "id": "PractitionerRole.language",
      "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.language"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.text",
      "min": 0,
      "definition": "A human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
      "isModifier": false,
      "short": "Text summary of the resource, for human interpretation",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "PractitionerRole.text",
      "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      },
      "isSummary": false
    }, {
      "path": "PractitionerRole.contained",
      "min": 0,
      "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
      "isModifier": false,
      "short": "Contained, inline Resources",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "PractitionerRole.contained",
      "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.extension",
      "min": 2,
      "definition": "An Extension",
      "isModifier": false,
      "short": "Extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "max": "*",
      "id": "PractitionerRole.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.extension",
      "min": 1,
      "definition": "Extension créée dans le cadre du ROR qui correspond au statut du professionnel lorsqu'il exerce dans le cadre de l'offre décrite.",
      "isModifier": false,
      "short": "modeExerciceOffre (SituationOperationnelle) : statut du professionnel lorsqu'il exerce dans le cadre de l'offre décrite",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-practitionerrole-unit-exercise-mode" ]
      } ],
      "sliceName": "ror-practitionerrole-unit-exercise-mode",
      "max": "1",
      "id": "PractitionerRole.extension:ror-practitionerrole-unit-exercise-mode",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.extension",
      "min": 0,
      "definition": "Extension créée dans le cadre du ROR pour définir l'identité d’exercice d’un professionnel",
      "isModifier": false,
      "short": "civiliteExercie + nomExercice + prenomExercice (ExerciceProfessionnel)",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/RORPractitionerRoleName" ]
      } ],
      "sliceName": "ror-practitionerrole-name",
      "max": "1",
      "id": "PractitionerRole.extension:ror-practitionerrole-name",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.extension",
      "min": 0,
      "definition": "Optional Extension Element - found in all resources.",
      "short": "secteurConventionnement (SituationOperationnelle) : Secteur de conventionnement du professionnel libéral auquel il a adhéré auprès de l'Assurance Maladie",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-contracted" ]
      } ],
      "sliceName": "contracted",
      "max": "1",
      "id": "PractitionerRole.extension:contracted",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "path": "PractitionerRole.extension.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "Unique id for inter-element referencing",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "string"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "PractitionerRole.extension:contracted.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.extension.extension",
      "min": 0,
      "definition": "An Extension",
      "short": "Extension",
      "slicing": {
        "rules": "open",
        "description": "Extensions are always sliced by (at least) url",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "max": "0",
      "id": "PractitionerRole.extension:contracted.extension",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "PractitionerRole.extension.url",
      "min": 1,
      "definition": "Source of the definition for the extension code - a logical name or a URL.",
      "short": "identifies the meaning of the extension",
      "fixedUri": "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-contracted",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "http://hl7.org/fhirpath/System.String",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type",
          "valueUrl": "uri"
        } ]
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "PractitionerRole.extension:contracted.url",
      "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Extension.url"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.extension.value[x]",
      "min": 0,
      "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](http://hl7.org/fhir/R4/extensibility.html) for a list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "slicing": {
        "rules": "closed",
        "ordered": false,
        "discriminator": [ {
          "path": "$this",
          "type": "type"
        } ]
      },
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J130-CNAMAmeliSecteurConventionnement-RASS/FHIR/JDV-J130-CNAMAmeliSecteurConventionnement-RASS",
        "description": "JDV_J218-CNAMAmeliSecteurConventionnement-RASS dérivé de la TRE_ R282-CNAMAmeliSecteurConventionnement"
      },
      "max": "1",
      "id": "PractitionerRole.extension:contracted.value[x]",
      "condition": [ "ele-1" ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.extension.value[x]",
      "min": 0,
      "definition": "Value of extension - must be one of a constrained set of the data types (see [Extensibility](http://hl7.org/fhir/R4/extensibility.html) for a list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "valueCodeableConcept",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J218-CNAMAmeliSecteurConventionnement-ROR/FHIR/JDV-J218-CNAMAmeliSecteurConventionnement-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.extension:contracted.value[x]:valueCodeableConcept",
      "condition": [ "ele-1" ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.extension",
      "min": 0,
      "definition": "Optional Extension Element - found in all resources.",
      "short": "optionContratAccèsAuxSoins (SituationOperationnelle) : L'Option pratique tarifaire maîtrisée (OPTAM) a remplacé le Contrat d'accès aux soins (CAS) en 2017",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-hasCAS" ]
      } ],
      "sliceName": "optionCAS",
      "max": "1",
      "id": "PractitionerRole.extension:optionCAS",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.extension",
      "min": 0,
      "definition": "Optional Extension Element - found in all resources.",
      "short": "carteVitaleAcceptee (SituationOperationnelle) : Précise si le professionnel, dans le cadre de cette situation opérationnelle, dispose des moyens techniques pour prendre en charge la carte vitale ou pas",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension",
        "profile": [ "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-vitaleAccepted" ]
      } ],
      "sliceName": "vitalAccepted",
      "max": "1",
      "id": "PractitionerRole.extension:vitalAccepted",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.extension",
      "min": 1,
      "definition": "Extension créée dans le cadre du ROR qui correspond à la date de création (dans le ROR régional) présente dans les métadonnées.",
      "isModifier": false,
      "short": "dateCreation (Metadonnee)",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-meta-creation-date" ]
      } ],
      "sliceName": "ror-meta-creation-date",
      "max": "1",
      "id": "PractitionerRole.extension:ror-meta-creation-date",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.extension",
      "min": 0,
      "definition": "Extension créée dans le cadre du ROR qui correspond au commentaire présent dans les métadonnées.",
      "isModifier": false,
      "short": "commentaire (Metadonnee)",
      "type": [ {
        "code": "Extension",
        "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-meta-comment" ]
      } ],
      "sliceName": "ror-meta-comment",
      "max": "1",
      "id": "PractitionerRole.extension:ror-meta-comment",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])",
        "source": "http://hl7.org/fhir/StructureDefinition/Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "PractitionerRole.modifierExtension",
      "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored.  This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "PractitionerRole.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them",
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.identifier",
      "requirements": "Often, specific identities are assigned for the agent.",
      "min": 0,
      "definition": "Business Identifiers that are specific to a role/location.",
      "isModifier": false,
      "short": "identifiantSituationOperationnelle (SituationOperationnelle) : Identifiant de la situation opérationnelle, unique et persistant au niveau national",
      "mapping": [ {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": "PRD-7 (or XCN.1)",
        "identity": "v2"
      }, {
        "map": ".id",
        "identity": "rim"
      }, {
        "map": "./Identifiers",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "max": "1",
      "id": "PractitionerRole.identifier",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.identifier"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.active",
      "requirements": "Need to be able to mark a practitioner role record as not to be used because it was created in error, or otherwise no longer in active use.",
      "min": 0,
      "definition": "Whether this practitioner role record is in active use.",
      "isModifier": false,
      "short": "Whether this practitioner role record is in active use",
      "mapping": [ {
        "map": "FiveWs.status",
        "identity": "w5"
      }, {
        "map": "STF-7",
        "identity": "v2"
      }, {
        "map": ".statusCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "meaningWhenMissing": "This resource is generally assumed to be active if no value is provided for the active element",
      "max": "1",
      "id": "PractitionerRole.active",
      "comment": "If this value is false, you may refer to the period to see when the role was in active use. If there is no period specified, no inference can be made about when it was active.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "PractitionerRole.active"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.period",
      "requirements": "Even after the agencies is revoked, the fact that it existed must still be recorded.",
      "min": 0,
      "definition": "The period during which the person is authorized to act as a practitioner in these role(s) for the organization.",
      "isModifier": false,
      "short": "The period during which the practitioner is authorized to perform in these role(s)",
      "mapping": [ {
        "map": "FiveWs.done[x]",
        "identity": "w5"
      }, {
        "map": "PRD-8/9 / PRA-5.4",
        "identity": "v2"
      }, {
        "map": ".performance[@typeCode <= 'PPRF'].ActDefinitionOrEvent.effectiveTime",
        "identity": "rim"
      }, {
        "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "Period"
      } ],
      "max": "1",
      "id": "PractitionerRole.period",
      "base": {
        "max": "1",
        "min": 0,
        "path": "PractitionerRole.period"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.practitioner",
      "min": 1,
      "definition": "Practitioner that is able to provide the defined services for the organization.",
      "isModifier": false,
      "short": "Practitioner that is able to provide the defined services for the organization",
      "mapping": [ {
        "map": ".player",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
      } ],
      "max": "1",
      "id": "PractitionerRole.practitioner",
      "base": {
        "max": "1",
        "min": 0,
        "path": "PractitionerRole.practitioner"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.organization",
      "min": 0,
      "definition": "The organization where the Practitioner performs the roles associated.",
      "isModifier": false,
      "short": "Organization where the roles are available",
      "mapping": [ {
        "map": ".scoper",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ]
      } ],
      "max": "1",
      "id": "PractitionerRole.organization",
      "base": {
        "max": "1",
        "min": 0,
        "path": "PractitionerRole.organization"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.code",
      "requirements": "Need to know what authority the practitioner has - what can they do?",
      "min": 1,
      "definition": "Roles which this practitioner is authorized to perform for the organization.",
      "isModifier": false,
      "short": "profession (ExerciceProfessionnel) : Profession exercée ou future profession de l'étudiant",
      "mapping": [ {
        "map": "PRD-1 / STF-18  / PRA-3  / PRT-4  / ROL-3 / ORC-12 / OBR-16 / PV1-7 / PV1-8 / PV1-9 / PV1-17",
        "identity": "v2"
      }, {
        "map": ".code",
        "identity": "rim"
      }, {
        "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J229-ProfessionSante-ROR/FHIR/JDV-J229-ProfessionSante-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.code",
      "comment": "A person may have more than one role.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.code"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 1,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "Specific specialty of the practitioner",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/ValueSet/c80-practice-codes",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "PractitionerSpecialty"
        } ],
        "description": "Specific specialty associated with the agency."
      },
      "max": "*",
      "id": "PractitionerRole.specialty",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 1,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "typeSavoirFaire (SavoirFaire) : Type de savoir-faire (qualifications/autres attributions)",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "expertiseType",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J209-TypeSavoirFaire-ROR/FHIR/JDV-J209-TypeSavoirFaire-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.specialty:expertiseType",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 0,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "specialite (SavoirFaire) : Spécialité ordinale",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "specialty",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J210-SpecialiteOrdinale-ROR/FHIR/JDV-J210-SpecialiteOrdinale-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.specialty:specialty",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 0,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "competence (SavoirFaire) : Compétence acquise par le professionnel",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "competence",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J232-Competence-ROR/FHIR/JDV-J232-Competence-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.specialty:competence",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 0,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "competenceExclusive (SavoirFaire) : Compétence exclusive",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "exclusiveCompetence",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J211-CompetenceExclusive-ROR/FHIR/JDV-J211-CompetenceExclusive-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.specialty:exclusiveCompetence",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 0,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "orientationParticuliere (SavoirFaire) : Orientation particulière",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "specificOrientation",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J212-OrientationParticuliere-ROR/FHIR/JDV-J212-OrientationParticuliere-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.specialty:specificOrientation",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 0,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "capacite (SavoirFaire) : Capacité de médecine",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "expertiseCapacity",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J213-CapaciteSavoirFaire-ROR/FHIR/JDV-J213-CapaciteSavoirFaire-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.specialty:expertiseCapacity",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 0,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "qualificationPAC (SavoirFaire) : Qualification de praticien adjoint contractuel",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "qualificationPAC",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J214-QualificationPAC-ROR/FHIR/JDV-J214-QualificationPAC-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.specialty:qualificationPAC",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 0,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "DESCNonQualifiant (SavoirFaire) : Diplôme d'études spécialisées complémentaires (DESC)",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "nonQualifyingDESC",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J215-DESCnonQualifiant-ROR/FHIR/JDV-J215-DESCnonQualifiant-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.specialty:nonQualifyingDESC",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 0,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "droitExerciceComplémentaire (SavoirFaire) : Droit d'exercice complémentaire du professionnel",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "supplementaryExerciseRight",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J216-DroitExerciceCompl-ROR/FHIR/JDV-J216-DroitExerciceCompl-ROR"
      },
      "max": "1",
      "id": "PractitionerRole.specialty:supplementaryExerciseRight",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.specialty",
      "min": 0,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "competenceSpecifique (SituationOperationnelle) : Capacité ou connaissance reconnue qui permet ou facilite l’accueil d’une personne",
      "mapping": [ {
        "map": "PRA-5",
        "identity": "v2"
      }, {
        "map": ".player.HealthCareProvider[@classCode = 'PROV'].code",
        "identity": "rim"
      }, {
        "map": "./Specialty",
        "identity": "servd"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "sliceName": "specificCompetence",
      "binding": {
        "strength": "required",
        "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J33-CompetenceSpecifique-ROR/FHIR/JDV-J33-CompetenceSpecifique-ROR"
      },
      "max": "*",
      "id": "PractitionerRole.specialty:specificCompetence",
      "base": {
        "max": "*",
        "min": 0,
        "path": "PractitionerRole.specialty"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "http://hl7.org/fhir/StructureDefinition/Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "PractitionerRole.location",
      "min": 0,
      "definition": "The location(s) at which this practitioner provides care.",
      "isModifier": false,
      "short": "The location(s) at which this practitioner provides care",
      "mapping": [ {
        "map": "FiveWs.where[x]",
        "identity": "w5"
      }, {
        "map": ".performance.ActDefinitionOrEvent.ServiceDeliveryLocation[@classCode = 'SDLOC']",
        "identity": "rim"
      }, {
        "map": "(ServD maps Practitioners and Organizations via another entity, so this concept is not available)
However these are accessed via the Site.ServiceSite.ServiceSiteProvider record. (The Site has the location)", "identity": "servd" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Location" ] } ], "max": "*", "id": "PractitionerRole.location", "base": { "max": "*", "min": 0, "path": "PractitionerRole.location" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.healthcareService", "min": 1, "definition": "The list of healthcare services that this worker provides for this role's Organization/Location(s).", "isModifier": false, "short": "The list of healthcare services that this worker provides for this role's Organization/Location(s)", "mapping": [ { "map": "EDU-2 / AFF-3", "identity": "v2" }, { "map": ".player.QualifiedEntity[@classCode = 'QUAL'].code", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/HealthcareService" ] } ], "max": "1", "id": "PractitionerRole.healthcareService", "base": { "max": "*", "min": 0, "path": "PractitionerRole.healthcareService" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.telecom", "requirements": "Often practitioners have a dedicated line for each location (or service) that they work at, and need to be able to define separate contact details for each of these.", "min": 0, "definition": "Contact details that are specific to the role/location/service.", "isModifier": false, "short": "telecommunication (SituationOperationnelle) : Adresse(s) de télécommunication du professionnel dans le cadre de l'offre décrite", "mapping": [ { "map": ".telecom", "identity": "rim" } ], "type": [ { "code": "ContactPoint" } ], "max": "1", "id": "PractitionerRole.telecom", "base": { "max": "*", "min": 0, "path": "PractitionerRole.telecom" }, "isSummary": true }, { "path": "PractitionerRole.telecom.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PractitionerRole.telecom.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.telecom.extension", "min": 2, "definition": "An Extension", "isModifier": false, "short": "Extension", "slicing": { "rules": "open", "description": "Extensions are always sliced by (at least) url", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "max": "*", "id": "PractitionerRole.telecom.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.telecom.extension", "min": 1, "definition": "Extension créée dans le cadre du ROR spécifiant le canal ou la manière dont s'établit la communication ", "isModifier": false, "short": "canal (Telecommunication) : Code spécifiant le canal ou la manière dont s'établit la communication", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-telecom-communication-channel" ] } ], "sliceName": "ror-telecom-communication-channel", "max": "1", "id": "PractitionerRole.telecom.extension:ror-telecom-communication-channel", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.telecom.extension", "min": 0, "definition": "Extension créée dans le cadre du ROR qui précise l'utilisation du canal de communication ", "isModifier": false, "short": "utilisation (Telecommunication) : Utilisation du canal de communication", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-telecom-usage" ] } ], "sliceName": "ror-telecom-usage", "max": "1", "id": "PractitionerRole.telecom.extension:ror-telecom-usage", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.telecom.extension", "min": 1, "definition": "Extension créée dans le cadre du ROR qui permet de définir le niveau de restriction de l'accès aux attributs de la classe Télécommunication.", "isModifier": false, "short": "niveauConfidentialite (Telecommunication) : niveau de restriction de l'accès aux attributs de la classe Télécommunication", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-telecom-confidentiality-level" ] } ], "sliceName": "ror-telecom-confidentiality-level", "max": "1", "id": "PractitionerRole.telecom.extension:ror-telecom-confidentiality-level", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.telecom.system", "min": 0, "definition": "Telecommunications form for contact point - what communications system is required to make use of the contact.", "isModifier": false, "short": "phone | fax | email | pager | url | sms | other", "mapping": [ { "map": "XTN.3", "identity": "v2" }, { "map": "./scheme", "identity": "rim" }, { "map": "./ContactPointType", "identity": "servd" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-system|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContactPointSystem" } ], "description": "Telecommunications form for contact point." }, "max": "1", "id": "PractitionerRole.telecom.system", "condition": [ "cpt-2" ], "base": { "max": "1", "min": 0, "path": "ContactPoint.system" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.telecom.value", "requirements": "Need to support legacy numbers that are not in a tightly controlled format.", "min": 1, "definition": "The actual contact point details, in a form that is meaningful to the designated communication system (i.e. phone number or email address).", "isModifier": false, "short": "adresseTelecom (Telecommunication) : Valeur de l'adresse de télécommunication dans le format induit par le canal de communication", "mapping": [ { "map": "XTN.1 (or XTN.12)", "identity": "v2" }, { "map": "./url", "identity": "rim" }, { "map": "./Value", "identity": "servd" } ], "type": [ { "code": "string" } ], "max": "1", "id": "PractitionerRole.telecom.value", "comment": "Additional text data such as phone extension numbers, or notes about use of the contact are sometimes included in the value.", "base": { "max": "1", "min": 0, "path": "ContactPoint.value" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.telecom.use", "requirements": "Need to track the way a person uses this contact, so a user can choose which is appropriate for their purpose.", "min": 0, "definition": "Identifies the purpose for the contact point.", "isModifier": true, "short": "home | work | temp | old | mobile - purpose of this contact point", "mapping": [ { "map": "XTN.2 - but often indicated by field", "identity": "v2" }, { "map": "unique(./use)", "identity": "rim" }, { "map": "./ContactPointPurpose", "identity": "servd" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/contact-point-use|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "ContactPointUse" } ], "description": "Use of contact point." }, "max": "1", "id": "PractitionerRole.telecom.use", "comment": "Applications can assume that a contact is current unless it explicitly says that it is temporary or old.", "base": { "max": "1", "min": 0, "path": "ContactPoint.use" }, "isModifierReason": "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old contact etc.for a current/permanent one", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.telecom.rank", "min": 0, "definition": "Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.", "isModifier": false, "short": "Specify preferred order of use (1 = highest)", "mapping": [ { "map": "n/a", "identity": "v2" }, { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "positiveInt" } ], "max": "1", "id": "PractitionerRole.telecom.rank", "comment": "Note that rank does not necessarily follow the order in which the contacts are represented in the instance.", "base": { "max": "1", "min": 0, "path": "ContactPoint.rank" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.telecom.period", "min": 0, "definition": "Time period when the contact point was/is in use.", "isModifier": false, "short": "Time period when the contact point was/is in use", "mapping": [ { "map": "N/A", "identity": "v2" }, { "map": "./usablePeriod[type=\"IVL\"]", "identity": "rim" }, { "map": "./StartDate and ./EndDate", "identity": "servd" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "PractitionerRole.telecom.period", "base": { "max": "1", "min": 0, "path": "ContactPoint.period" }, "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.availableTime", "min": 0, "definition": "A collection of times the practitioner is available or performing this role at the location and/or healthcareservice.", "isModifier": false, "short": "precisionHoraire (SituationOperationnelle) : planning d'activité du professionnel", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "1", "id": "PractitionerRole.availableTime", "comment": "More detailed availability information may be provided in associated Schedule/Slot resources.", "base": { "max": "*", "min": 0, "path": "PractitionerRole.availableTime" }, "isSummary": false }, { "path": "PractitionerRole.availableTime.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PractitionerRole.availableTime.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.availableTime.extension", "min": 0, "definition": "An Extension", "isModifier": false, "short": "Extension", "slicing": { "rules": "open", "discriminator": [ { "path": "url", "type": "value" } ] }, "type": [ { "code": "Extension" } ], "max": "*", "id": "PractitionerRole.availableTime.extension", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.availableTime.extension", "min": 0, "definition": "Extension créée dans le cadre du ROR pour apporter un contexte à la plage horaire définie par la suite. Un planning peut être constitué de plusieurs plages horaires du même type ou de type différent.", "isModifier": false, "short": "typePlageHoraire (Horaire) : Apporte un contexte à la plage horaire définie par la suite", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-available-time-type-of-time" ] } ], "sliceName": "ror-available-time-type-of-time", "max": "1", "id": "PractitionerRole.availableTime.extension:ror-available-time-type-of-time", "condition": [ "ele-1" ], "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.availableTime.extension", "min": 0, "definition": "Extension créée dans le cadre du ROR pour décrire le planning d'activité d'un professionnel ou d'une offre.", "isModifier": false, "short": "debutDateEffective + finDateEffective (Horaire)", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-available-time-effective-opening-closing-date" ] } ], "sliceName": "ror-available-time-effective-opening-closing-date", "max": "1", "id": "PractitionerRole.availableTime.extension:ror-available-time-effective-opening-closing-date", "condition": [ "ele-1" ], "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.availableTime.extension", "min": 0, "definition": "Extension créée dans le cadre du ROR pour indiquer le numéro du jour dans la semaine.", "isModifier": false, "short": "jourSemaine (Horaire) : Numéro du jour dans la semaine", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-available-time-number-days-of-week" ] } ], "sliceName": "ror-available-time-number-days-of-week", "max": "1", "id": "PractitionerRole.availableTime.extension:ror-available-time-number-days-of-week", "condition": [ "ele-1" ], "base": { "max": "*", "min": 0, "path": "Element.extension" } }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.availableTime.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PractitionerRole.availableTime.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.availableTime.daysOfWeek", "min": 0, "definition": "Indicates which days of the week are available between the start and end Times.", "isModifier": false, "short": "mon | tue | wed | thu | fri | sat | sun", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "code" } ], "binding": { "strength": "required", "valueSet": "http://hl7.org/fhir/ValueSet/days-of-week|4.0.1", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName", "valueString": "DaysOfWeek" } ], "description": "The days of the week." }, "max": "*", "id": "PractitionerRole.availableTime.daysOfWeek", "base": { "max": "*", "min": 0, "path": "PractitionerRole.availableTime.daysOfWeek" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.availableTime.allDay", "min": 0, "definition": "Is this always available? (hence times are irrelevant) e.g. 24 hour service.", "isModifier": false, "short": "Always available? e.g. 24 hour service", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "boolean" } ], "max": "1", "id": "PractitionerRole.availableTime.allDay", "base": { "max": "1", "min": 0, "path": "PractitionerRole.availableTime.allDay" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.availableTime.availableStartTime", "min": 0, "definition": "The opening time of day. Note: If the AllDay flag is set, then this time is ignored.", "isModifier": false, "short": "heureDebut (Horaire) : Heure de début de la plage horaire", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "time" } ], "max": "1", "id": "PractitionerRole.availableTime.availableStartTime", "comment": "The timezone is expected to be for where this HealthcareService is provided at.", "base": { "max": "1", "min": 0, "path": "PractitionerRole.availableTime.availableStartTime" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.availableTime.availableEndTime", "min": 0, "definition": "The closing time of day. Note: If the AllDay flag is set, then this time is ignored.", "isModifier": false, "short": "heureFin (Horaire) : Heure de fin de la plage horaire", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "time" } ], "max": "1", "id": "PractitionerRole.availableTime.availableEndTime", "comment": "The timezone is expected to be for where this HealthcareService is provided at.", "base": { "max": "1", "min": 0, "path": "PractitionerRole.availableTime.availableEndTime" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.notAvailable", "min": 0, "definition": "The practitioner is not available or performing this role during this period of time due to the provided reason.", "isModifier": false, "short": "Not available during this time due to provided reason", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "BackboneElement" } ], "max": "*", "id": "PractitionerRole.notAvailable", "base": { "max": "*", "min": 0, "path": "PractitionerRole.notAvailable" }, "isSummary": false }, { "path": "PractitionerRole.notAvailable.id", "min": 0, "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.", "isModifier": false, "short": "Unique id for inter-element referencing", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "http://hl7.org/fhirpath/System.String", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fhir-type", "valueUrl": "string" } ] } ], "representation": [ "xmlAttr" ], "max": "1", "id": "PractitionerRole.notAvailable.id", "base": { "max": "1", "min": 0, "path": "Element.id" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.notAvailable.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional content defined by implementations", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content" ], "max": "*", "id": "PractitionerRole.notAvailable.extension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "Element.extension" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" }, { "key": "ext-1", "human": "Must have either extensions or value[x], not both", "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), \"value\")])", "source": "http://hl7.org/fhir/StructureDefinition/Extension", "severity": "error", "expression": "extension.exists() != value.exists()" } ], "path": "PractitionerRole.notAvailable.modifierExtension", "requirements": "Modifier extensions allow for extensions that *cannot* be safely ignored to be clearly distinguished from the vast majority of extensions which can be safely ignored. This promotes interoperability by eliminating the need for implementers to prohibit the presence of extensions. For further information, see the [definition of modifier extensions](http://hl7.org/fhir/R4/extensibility.html#modifierExtension).", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).", "isModifier": true, "short": "Extensions that cannot be ignored even if unrecognized", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "PractitionerRole.notAvailable.modifierExtension", "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "base": { "max": "*", "min": 0, "path": "BackboneElement.modifierExtension" }, "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them", "isSummary": true }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.notAvailable.description", "min": 1, "definition": "The reason that can be presented to the user as to why this time is not available.", "isModifier": false, "short": "Reason presented to the user explaining why time not available", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "PractitionerRole.notAvailable.description", "base": { "max": "1", "min": 1, "path": "PractitionerRole.notAvailable.description" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.notAvailable.during", "min": 0, "definition": "Service is not available (seasonally or for a public holiday) from this date.", "isModifier": false, "short": "Service not available from this date", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "Period" } ], "max": "1", "id": "PractitionerRole.notAvailable.during", "base": { "max": "1", "min": 0, "path": "PractitionerRole.notAvailable.during" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.availabilityExceptions", "min": 0, "definition": "A description of site availability exceptions, e.g. public holiday availability. Succinctly describing all possible exceptions to normal site availability as details in the available Times and not available Times.", "isModifier": false, "short": "Description of availability exceptions", "mapping": [ { "map": ".effectiveTime", "identity": "rim" } ], "type": [ { "code": "string" } ], "max": "1", "id": "PractitionerRole.availabilityExceptions", "base": { "max": "1", "min": 0, "path": "PractitionerRole.availabilityExceptions" }, "isSummary": false }, { "constraint": [ { "key": "ele-1", "human": "All FHIR elements must have a @value or children", "xpath": "@value|f:*|h:div", "source": "http://hl7.org/fhir/StructureDefinition/Element", "severity": "error", "expression": "hasValue() or (children().count() > id.count())" } ], "path": "PractitionerRole.endpoint", "requirements": "Organizations have multiple systems that provide various services and ,ay also be different for practitioners too.\r\rSo the endpoint satisfies the need to be able to define the technical connection details for how to connect to them, and for what purpose.", "min": 0, "definition": "Technical endpoints providing access to services operated for the practitioner with this role.", "isModifier": false, "short": "Technical endpoints providing access to services operated for the practitioner with this role", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Endpoint" ] } ], "max": "*", "id": "PractitionerRole.endpoint", "base": { "max": "*", "min": 0, "path": "PractitionerRole.endpoint" }, "isSummary": false } ] }, "status": "active", "id": "d0b1d14e-a56c-4aac-9dc9-68f6f5eb7511", "kind": "resource", "url": "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-practitionerrole", "version": "0.1.0", "differential": { "element": [ { "id": "PractitionerRole", "path": "PractitionerRole" }, { "id": "PractitionerRole.meta.lastUpdated", "min": 1, "path": "PractitionerRole.meta.lastUpdated" }, { "id": "PractitionerRole.meta.tag", "path": "PractitionerRole.meta.tag", "slicing": { "rules": "open", "ordered": false, "description": "Slicing pour gérer le code région définissant la région source des données", "discriminator": [ { "path": "url", "type": "value" } ] } }, { "id": "PractitionerRole.meta.tag:codeRegion", "max": "1", "min": 0, "path": "PractitionerRole.meta.tag", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J237-RegionOM-ROR/FHIR/JDV-J237-RegionOM-ROR" }, "sliceName": "codeRegion" }, { "id": "PractitionerRole.extension", "min": 2, "path": "PractitionerRole.extension", "slicing": { "rules": "open", "discriminator": [ { "path": "url", "type": "value" } ] } }, { "id": "PractitionerRole.extension:ror-practitionerrole-unit-exercise-mode", "max": "1", "min": 1, "path": "PractitionerRole.extension", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-practitionerrole-unit-exercise-mode" ] } ], "short": "modeExerciceOffre (SituationOperationnelle) : statut du professionnel lorsqu'il exerce dans le cadre de l'offre décrite", "sliceName": "ror-practitionerrole-unit-exercise-mode" }, { "id": "PractitionerRole.extension:ror-practitionerrole-name", "max": "1", "min": 0, "path": "PractitionerRole.extension", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/RORPractitionerRoleName" ] } ], "short": "civiliteExercie + nomExercice + prenomExercice (ExerciceProfessionnel)", "sliceName": "ror-practitionerrole-name" }, { "id": "PractitionerRole.extension:contracted", "max": "1", "min": 0, "path": "PractitionerRole.extension", "type": [ { "code": "Extension", "profile": [ "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-contracted" ] } ], "short": "secteurConventionnement (SituationOperationnelle) : Secteur de conventionnement du professionnel libéral auquel il a adhéré auprès de l'Assurance Maladie", "sliceName": "contracted" }, { "id": "PractitionerRole.extension:contracted.extension", "max": "0", "path": "PractitionerRole.extension.extension" }, { "id": "PractitionerRole.extension:contracted.value[x]", "path": "PractitionerRole.extension.value[x]", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J130-CNAMAmeliSecteurConventionnement-RASS/FHIR/JDV-J130-CNAMAmeliSecteurConventionnement-RASS", "description": "JDV_J218-CNAMAmeliSecteurConventionnement-RASS dérivé de la TRE_ R282-CNAMAmeliSecteurConventionnement" }, "slicing": { "rules": "open", "ordered": false, "discriminator": [ { "path": "$this", "type": "type" } ] } }, { "id": "PractitionerRole.extension:contracted.valueCodeableConcept", "max": "1", "min": 0, "path": "PractitionerRole.extension.valueCodeableConcept", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J218-CNAMAmeliSecteurConventionnement-ROR/FHIR/JDV-J218-CNAMAmeliSecteurConventionnement-ROR" } }, { "id": "PractitionerRole.extension:optionCAS", "max": "1", "min": 0, "path": "PractitionerRole.extension", "type": [ { "code": "Extension", "profile": [ "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-hasCAS" ] } ], "short": "optionContratAccèsAuxSoins (SituationOperationnelle) : L'Option pratique tarifaire maîtrisée (OPTAM) a remplacé le Contrat d'accès aux soins (CAS) en 2017", "sliceName": "optionCAS" }, { "id": "PractitionerRole.extension:vitalAccepted", "max": "1", "min": 0, "path": "PractitionerRole.extension", "type": [ { "code": "Extension", "profile": [ "https://apifhir.annuaire.sante.fr/ws-sync/exposed/structuredefinition/practitionerRole-vitaleAccepted" ] } ], "short": "carteVitaleAcceptee (SituationOperationnelle) : Précise si le professionnel, dans le cadre de cette situation opérationnelle, dispose des moyens techniques pour prendre en charge la carte vitale ou pas", "sliceName": "vitalAccepted" }, { "id": "PractitionerRole.extension:ror-meta-creation-date", "max": "1", "min": 1, "path": "PractitionerRole.extension", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-meta-creation-date" ] } ], "short": "dateCreation (Metadonnee)", "sliceName": "ror-meta-creation-date" }, { "id": "PractitionerRole.extension:ror-meta-comment", "max": "1", "min": 0, "path": "PractitionerRole.extension", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-meta-comment" ] } ], "short": "commentaire (Metadonnee)", "sliceName": "ror-meta-comment" }, { "id": "PractitionerRole.identifier", "max": "1", "path": "PractitionerRole.identifier", "short": "identifiantSituationOperationnelle (SituationOperationnelle) : Identifiant de la situation opérationnelle, unique et persistant au niveau national" }, { "id": "PractitionerRole.practitioner", "min": 1, "path": "PractitionerRole.practitioner" }, { "id": "PractitionerRole.code", "max": "1", "min": 1, "path": "PractitionerRole.code", "short": "profession (ExerciceProfessionnel) : Profession exercée ou future profession de l'étudiant", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J229-ProfessionSante-ROR/FHIR/JDV-J229-ProfessionSante-ROR" } }, { "id": "PractitionerRole.specialty", "min": 1, "path": "PractitionerRole.specialty", "slicing": { "rules": "open", "discriminator": [ { "path": "url", "type": "value" } ] } }, { "id": "PractitionerRole.specialty:expertiseType", "max": "1", "min": 1, "path": "PractitionerRole.specialty", "short": "typeSavoirFaire (SavoirFaire) : Type de savoir-faire (qualifications/autres attributions)", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J209-TypeSavoirFaire-ROR/FHIR/JDV-J209-TypeSavoirFaire-ROR" }, "sliceName": "expertiseType" }, { "id": "PractitionerRole.specialty:specialty", "max": "1", "min": 0, "path": "PractitionerRole.specialty", "short": "specialite (SavoirFaire) : Spécialité ordinale", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J210-SpecialiteOrdinale-ROR/FHIR/JDV-J210-SpecialiteOrdinale-ROR" }, "sliceName": "specialty" }, { "id": "PractitionerRole.specialty:competence", "max": "1", "min": 0, "path": "PractitionerRole.specialty", "short": "competence (SavoirFaire) : Compétence acquise par le professionnel", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J232-Competence-ROR/FHIR/JDV-J232-Competence-ROR" }, "sliceName": "competence" }, { "id": "PractitionerRole.specialty:exclusiveCompetence", "max": "1", "min": 0, "path": "PractitionerRole.specialty", "short": "competenceExclusive (SavoirFaire) : Compétence exclusive", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J211-CompetenceExclusive-ROR/FHIR/JDV-J211-CompetenceExclusive-ROR" }, "sliceName": "exclusiveCompetence" }, { "id": "PractitionerRole.specialty:specificOrientation", "max": "1", "min": 0, "path": "PractitionerRole.specialty", "short": "orientationParticuliere (SavoirFaire) : Orientation particulière", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J212-OrientationParticuliere-ROR/FHIR/JDV-J212-OrientationParticuliere-ROR" }, "sliceName": "specificOrientation" }, { "id": "PractitionerRole.specialty:expertiseCapacity", "max": "1", "min": 0, "path": "PractitionerRole.specialty", "short": "capacite (SavoirFaire) : Capacité de médecine", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J213-CapaciteSavoirFaire-ROR/FHIR/JDV-J213-CapaciteSavoirFaire-ROR" }, "sliceName": "expertiseCapacity" }, { "id": "PractitionerRole.specialty:qualificationPAC", "max": "1", "min": 0, "path": "PractitionerRole.specialty", "short": "qualificationPAC (SavoirFaire) : Qualification de praticien adjoint contractuel", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J214-QualificationPAC-ROR/FHIR/JDV-J214-QualificationPAC-ROR" }, "sliceName": "qualificationPAC" }, { "id": "PractitionerRole.specialty:nonQualifyingDESC", "max": "1", "min": 0, "path": "PractitionerRole.specialty", "short": "DESCNonQualifiant (SavoirFaire) : Diplôme d'études spécialisées complémentaires (DESC)", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J215-DESCnonQualifiant-ROR/FHIR/JDV-J215-DESCnonQualifiant-ROR" }, "sliceName": "nonQualifyingDESC" }, { "id": "PractitionerRole.specialty:supplementaryExerciseRight", "max": "1", "min": 0, "path": "PractitionerRole.specialty", "short": "droitExerciceComplémentaire (SavoirFaire) : Droit d'exercice complémentaire du professionnel", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J216-DroitExerciceCompl-ROR/FHIR/JDV-J216-DroitExerciceCompl-ROR" }, "sliceName": "supplementaryExerciseRight" }, { "id": "PractitionerRole.specialty:specificCompetence", "max": "*", "min": 0, "path": "PractitionerRole.specialty", "short": "competenceSpecifique (SituationOperationnelle) : Capacité ou connaissance reconnue qui permet ou facilite l’accueil d’une personne", "binding": { "strength": "required", "valueSet": "https://mos.esante.gouv.fr/NOS/JDV_J33-CompetenceSpecifique-ROR/FHIR/JDV-J33-CompetenceSpecifique-ROR" }, "sliceName": "specificCompetence" }, { "id": "PractitionerRole.healthcareService", "max": "1", "min": 1, "path": "PractitionerRole.healthcareService" }, { "id": "PractitionerRole.telecom", "max": "1", "path": "PractitionerRole.telecom", "short": "telecommunication (SituationOperationnelle) : Adresse(s) de télécommunication du professionnel dans le cadre de l'offre décrite" }, { "id": "PractitionerRole.telecom.extension", "min": 2, "path": "PractitionerRole.telecom.extension" }, { "id": "PractitionerRole.telecom.extension:ror-telecom-communication-channel", "max": "1", "min": 1, "path": "PractitionerRole.telecom.extension", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-telecom-communication-channel" ] } ], "short": "canal (Telecommunication) : Code spécifiant le canal ou la manière dont s'établit la communication", "sliceName": "ror-telecom-communication-channel" }, { "id": "PractitionerRole.telecom.extension:ror-telecom-usage", "max": "1", "min": 0, "path": "PractitionerRole.telecom.extension", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-telecom-usage" ] } ], "short": "utilisation (Telecommunication) : Utilisation du canal de communication", "sliceName": "ror-telecom-usage" }, { "id": "PractitionerRole.telecom.extension:ror-telecom-confidentiality-level", "max": "1", "min": 1, "path": "PractitionerRole.telecom.extension", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-telecom-confidentiality-level" ] } ], "short": "niveauConfidentialite (Telecommunication) : niveau de restriction de l'accès aux attributs de la classe Télécommunication", "sliceName": "ror-telecom-confidentiality-level" }, { "id": "PractitionerRole.telecom.value", "min": 1, "path": "PractitionerRole.telecom.value", "short": "adresseTelecom (Telecommunication) : Valeur de l'adresse de télécommunication dans le format induit par le canal de communication" }, { "id": "PractitionerRole.availableTime", "max": "1", "path": "PractitionerRole.availableTime", "short": "precisionHoraire (SituationOperationnelle) : planning d'activité du professionnel" }, { "id": "PractitionerRole.availableTime.extension", "path": "PractitionerRole.availableTime.extension", "slicing": { "rules": "open", "discriminator": [ { "path": "url", "type": "value" } ] } }, { "id": "PractitionerRole.availableTime.extension:ror-available-time-type-of-time", "max": "1", "min": 0, "path": "PractitionerRole.availableTime.extension", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-available-time-type-of-time" ] } ], "short": "typePlageHoraire (Horaire) : Apporte un contexte à la plage horaire définie par la suite", "sliceName": "ror-available-time-type-of-time" }, { "id": "PractitionerRole.availableTime.extension:ror-available-time-effective-opening-closing-date", "max": "1", "min": 0, "path": "PractitionerRole.availableTime.extension", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-available-time-effective-opening-closing-date" ] } ], "short": "debutDateEffective + finDateEffective (Horaire)", "sliceName": "ror-available-time-effective-opening-closing-date" }, { "id": "PractitionerRole.availableTime.extension:ror-available-time-number-days-of-week", "max": "1", "min": 0, "path": "PractitionerRole.availableTime.extension", "type": [ { "code": "Extension", "profile": [ "https://interop.esante.gouv.fr/ig/fhir/ror/StructureDefinition/ror-available-time-number-days-of-week" ] } ], "short": "jourSemaine (Horaire) : Numéro du jour dans la semaine", "sliceName": "ror-available-time-number-days-of-week" }, { "id": "PractitionerRole.availableTime.availableStartTime", "path": "PractitionerRole.availableTime.availableStartTime", "short": "heureDebut (Horaire) : Heure de début de la plage horaire" }, { "id": "PractitionerRole.availableTime.availableEndTime", "path": "PractitionerRole.availableTime.availableEndTime", "short": "heureFin (Horaire) : Heure de fin de la plage horaire" } ] }, "contact": [ { "name": "ANS", "telecom": [ { "value": "https://esante.gouv.fr", "system": "url" } ] } ], "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole" }