{
  "resourceType": "StructureDefinition",
  "id": "srx-profile-practitioner",
  "meta": {
    "lastUpdated": "2017-11-28T18:18:47.714+00:00"
  },
  "url": "http://fhir-es.transcendinsights.com/stu3/StructureDefinition/srx-profile-practitioner",
  "name": "srx-profile-practitioner",
  "status": "draft",
  "date": "2017-11-27T20:38:29.91+00:00",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Practitioner",
  "derivation": "specialization",
  "differential": {
    "element": [
      {
        "id": "Practitioner.id",
        "path": "Practitioner.id",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.meta",
        "path": "Practitioner.meta",
        "max": "0"
      },
      {
        "id": "Practitioner.implicitRules",
        "path": "Practitioner.implicitRules",
        "max": "0"
      },
      {
        "id": "Practitioner.language",
        "path": "Practitioner.language",
        "max": "0"
      },
      {
        "id": "Practitioner.text",
        "path": "Practitioner.text",
        "max": "0"
      },
      {
        "id": "Practitioner.contained",
        "path": "Practitioner.contained",
        "max": "0"
      },
      {
        "id": "Practitioner.identifier",
        "path": "Practitioner.identifier",
        "definition": "Identifier for the practitoner that is used to identify the practitioner across multiple disparate systems e.g. http://hl7.org/fhir/sid/us-npi",
        "example": [
          {
            "label": "Practitioner identifier example",
            "valueIdentifier": {
              "use": "usual",
              "type": {
                "coding": [
                  {
                    "system": "http://hl7.org/fhir/v2/0203",
                    "code": "NPI",
                    "display": "National Provider Identifier"
                  }
                ]
              },
              "system": "http://hl7.org/fhir/sid/us-npi",
              "value": "123456789"
            }
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.id",
        "path": "Practitioner.identifier.id",
        "max": "0"
      },
      {
        "id": "Practitioner.identifier.type",
        "path": "Practitioner.identifier.type",
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.type.id",
        "path": "Practitioner.identifier.type.id",
        "max": "0"
      },
      {
        "id": "Practitioner.identifier.type.coding.id",
        "path": "Practitioner.identifier.type.coding.id",
        "max": "0"
      },
      {
        "id": "Practitioner.identifier.type.coding.system",
        "path": "Practitioner.identifier.type.coding.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.type.coding.code",
        "path": "Practitioner.identifier.type.coding.code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.type.coding.userSelected",
        "path": "Practitioner.identifier.type.coding.userSelected",
        "max": "0"
      },
      {
        "id": "Practitioner.identifier.type.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Practitioner.identifier.type.text",
        "max": "0"
      },
      {
        "id": "Practitioner.identifier.system",
        "path": "Practitioner.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.value",
        "path": "Practitioner.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Practitioner.identifier.period",
        "path": "Practitioner.identifier.period",
        "max": "0"
      },
      {
        "id": "Practitioner.identifier.assigner",
        "path": "Practitioner.identifier.assigner",
        "max": "0"
      },
      {
        "id": "Practitioner.active",
        "path": "Practitioner.active",
        "max": "0"
      },
      {
        "id": "Practitioner.name",
        "path": "Practitioner.name",
        "max": "0"
      },
      {
        "id": "Practitioner.telecom",
        "path": "Practitioner.telecom",
        "max": "0"
      },
      {
        "id": "Practitioner.address",
        "path": "Practitioner.address",
        "max": "0"
      },
      {
        "id": "Practitioner.gender",
        "path": "Practitioner.gender",
        "max": "0"
      },
      {
        "id": "Practitioner.birthDate",
        "path": "Practitioner.birthDate",
        "max": "0"
      },
      {
        "id": "Practitioner.photo",
        "path": "Practitioner.photo",
        "max": "0"
      },
      {
        "id": "Practitioner.qualification",
        "path": "Practitioner.qualification",
        "max": "0"
      },
      {
        "id": "Practitioner.communication",
        "path": "Practitioner.communication",
        "max": "0"
      }
    ]
  }
}