{
  "resourceType": "StructureDefinition",
  "id": "fr-practitioner",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-07-05T00:00:00+00:00"
  },
  "url": "http://www.adusoft.fr/xips/StructureDefinition/fr-practitioner",
  "version": "4.0.0",
  "name": "FrPractitioner",
  "title": "fr-isr4-practitioner-clone",
  "status": "active",
  "date": "2019-07-05",
  "publisher": "InteropSanté",
  "contact": [
    {
      "name": "François Macary/Isabelle Gibaud",
      "telecom": [
        {
          "system": "email",
          "value": "francois.macary@phast.fr"
        }
      ]
    }
  ],
  "description": "French profile of the Practitioner resource | Profil de la ressource Practitionner pour la France\r\nThis profile specifies the types of identifiers for practitioners in France | Ce profil contraint les types d'identifiants du professionnel de santé en France",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner",
        "path": "Practitioner",
        "short": "A person with a  formal responsibility in the provisioning of healthcare or related services | Prestataire de santé",
        "definition": "A person who is directly or indirectly involved in the provisioning of healthcare | Un professionnel impliqué directement ou indirectement dans la prise en charge d'une personne."
      },
      {
        "id": "Practitioner.identifier.type",
        "path": "Practitioner.identifier.type",
        "min": 1,
        "binding": {
          "strength": "extensible",
          "valueSet": "http://interopsante.org/fhir/valueset/fr-practioner-identifier-type"
        }
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "definition": "Establishes the namespace for the value - that is, a URL that describes a set values that are unique.\r\nthe namespace for the practitioner identifier value is fixed in France.",
        "min": 1
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "min": 1
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "http://www.adusoft.fr/xips/StructureDefinition/fr-human-name"
            ]
          }
        ]
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "type": [
          {
            "code": "ContactPoint",
            "profile": [
              "http://www.adusoft.fr/xips/StructureDefinition/fr-contact-point"
            ]
          }
        ]
      },
      {
        "id": "Practitioner.address.country",
        "path": "Practitioner.address.country",
        "short": "Country must be a 3 letter code)",
        "definition": "Country - a nation as commonly understood or generally accepted. FRA for france"
      },
      {
        "id": "Practitioner.photo",
        "path": "Practitioner.photo",
        "max": "1"
      },
      {
        "id": "Practitioner.qualification",
        "path": "Practitioner.qualification",
        "short": "Qualifications obtained by training and certification/Diplômes",
        "definition": "Qualifications obtained by training and certification/Diplômes obtenus",
        "max": "1"
      },
      {
        "id": "Practitioner.qualification.identifier",
        "path": "Practitioner.qualification.identifier",
        "max": "0"
      },
      {
        "id": "Practitioner.qualification.code",
        "path": "Practitioner.qualification.code",
        "binding": {
          "strength": "extensible",
          "valueSet": "http://www.interopsante.org/fhir/valueset/fr-practitioner-qualification"
        }
      }
    ]
  }
}