{
  "resourceType": "StructureDefinition",
  "id": "practitioner",
  "url": "http://verto.ca/fhir/StructureDefinition/practitioner-custom",
  "version": "1.0.0",
  "name": "Practitioner",
  "title": "Verto's Practitioner Profile",
  "status": "active",
  "experimental": true,
  "date": "2025-01-13",
  "publisher": "Verto Health",
  "description": "Custom Practitioner Profile with core elements and extensions",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/R5/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner",
        "path": "Practitioner",
        "short": "Custom Practitioner information",
        "definition": "A person with a formal responsibility in healthcare"
      },
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "short": "Identifier for the practitioner",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Identifier"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "short": "The name(s) associated with the practitioner",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "HumanName",
            "profile": [
              "http://verto.ca/fhir/StructureDefinition/HumanName-verto"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "short": "Contact details for the practitioner",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "ContactPoint"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.gender",
        "path": "Practitioner.gender",
        "short": "Administrative Gender",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/R5/ValueSet/administrative-gender"
        }
      },
      {
        "id": "Practitioner.birthDate",
        "path": "Practitioner.birthDate",
        "short": "The date of birth of the practitioner",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "date"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.address",
        "path": "Practitioner.address",
        "short": "Address(es) of the practitioner",
        "min": 0,
        "max": "*",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://verto.ca/fhir/StructureDefinition/Verto's Address Profile"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}