{
  "resourceType": "StructureDefinition",
  "id": "d90a28cb-0ccb-4481-b0f6-7f2216871879",
  "meta": {
    "lastUpdated": "2021-07-06T13:20:09.839+00:00"
  },
  "url": "https://example.org/fhir/StructureDefinition/MyPractitioner",
  "name": "Practitioner",
  "status": "draft",
  "date": "2021-07-05T14:31:01.3705006+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "servd",
      "uri": "http://www.omg.org/spec/ServD/1.0/",
      "name": "ServD"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner.extension",
        "path": "Practitioner.extension",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "url"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Practitioner.extension:DhsDoctorExtension",
        "path": "Practitioner.extension",
        "sliceName": "DhsDoctorExtension",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://dhsArabia.com.sa/fhir/StructureDefinition/DoctorExtension"
            ]
          }
        ]
      },
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "min": 1
      },
      {
        "id": "Practitioner.active",
        "path": "Practitioner.active",
        "min": 1
      }
    ]
  }
}