{
  "resourceType": "StructureDefinition",
  "id": "sgrdv-base-find-response-practitioner-role",
  "url": "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-response-practitioner-role",
  "name": "SGRDVBaseFindResponsePractitionerRole",
  "title": "Rôle du professionnel dans la réponse de disponibilités (Base)",
  "status": "active",
  "experimental": true,
  "description": "Profil neutre du rôle du professionnel associé à une disponibilité retournée.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "PractitionerRole",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "PractitionerRole.practitioner",
        "path": "PractitionerRole.practitioner",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://sante.quebec/fhir/StructureDefinition/sgrdv-base-find-practitioner"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.code",
        "path": "PractitionerRole.code",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.code:volunteerPractitioner",
        "path": "PractitionerRole.code",
        "sliceName": "volunteerPractitioner",
        "min": 0,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://sante.quebec/fhir/ValueSet/sgrdv-volunteer-practitioner-vs"
        }
      },
      {
        "id": "PractitionerRole.code:volunteerPractitioner.coding",
        "path": "PractitionerRole.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.code:volunteerPractitioner.coding.system",
        "path": "PractitionerRole.code.coding.system",
        "min": 1,
        "fixedUri": "http://sante.quebec/fhir/CodeSystem/sgrdv-volunteer-practitioner"
      },
      {
        "id": "PractitionerRole.code:volunteerPractitioner.coding.code",
        "path": "PractitionerRole.code.coding.code",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.specialty",
        "path": "PractitionerRole.specialty",
        "min": 1,
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://sante.quebec/fhir/ValueSet/sgrdv-specialty-vs"
        }
      },
      {
        "id": "PractitionerRole.specialty.coding",
        "path": "PractitionerRole.specialty.coding",
        "mustSupport": true
      },
      {
        "id": "PractitionerRole.specialty.coding.system",
        "path": "PractitionerRole.specialty.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "PractitionerRole.specialty.coding.code",
        "path": "PractitionerRole.specialty.coding.code",
        "mustSupport": true
      }
    ]
  }
}