{
  "resourceType": "StructureDefinition",
  "id": "shr-entity-Practitioner",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n  <p><b>SHR Practitioner Profile</b></p>\n  <p>A person who practices a healing art.</p>\n  <p><b>SHR Mapping Summary</b></p>\n  <p><pre>shr.entity.Practitioner maps to http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner:\n  Person.ActiveFlag maps to active\n  Person.HumanName maps to name\n  Person.AdministrativeGender maps to gender\n  Person.Headshot maps to photo\n  Person.Address maps to address\n  Person.ContactPoint maps to telecom\n  Person.LanguageUsed maps to communication\n  NationalProviderIdentifier maps to identifier\n  Qualification maps to qualification\n  Qualification.Type maps to qualification.code\n  Qualification.EffectiveTimePeriod maps to qualification.period\n  Qualification.Issuer maps to qualification.issuer\n</pre></p>\n</div>"
  },
  "url": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Practitioner",
  "identifier": [
    {
      "system": "http://standardhealthrecord.org",
      "value": "shr.entity.Practitioner"
    }
  ],
  "version": "0.0.1",
  "name": "SHR Practitioner Profile",
  "status": "draft",
  "date": "2017-12-20",
  "publisher": "The MITRE Corporation: Standard Health Record Collaborative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://standardhealthrecord.org"
        }
      ]
    }
  ],
  "description": "A person who practices a healing art.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "US",
          "display": "United States Minor Outlying Islands (the)"
        }
      ]
    }
  ],
  "fhirVersion": "3.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/w5",
      "name": "W5 Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Practitioner",
  "baseDefinition": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Practitioner:shr-entity-Practitioner",
        "path": "Practitioner",
        "short": "SHR Practitioner Profile",
        "definition": "A person who practices a healing art.",
        "mustSupport": false
      },
      {
        "id": "Practitioner:shr-entity-Practitioner.extension:person",
        "path": "Practitioner.extension",
        "sliceName": "person",
        "definition": "A person relevant to the health or social situation of the subject (including the person of record him or herself).",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Person-extension"
          }
        ]
      },
      {
        "id": "Practitioner:shr-entity-Practitioner.extension:relatedencounter",
        "path": "Practitioner.extension",
        "sliceName": "relatedencounter",
        "definition": "If content was generated during a patient encounter, related encounter is the encounter where the information was gained.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-RelatedEncounter-extension"
          }
        ]
      },
      {
        "id": "Practitioner:shr-entity-Practitioner.extension:author",
        "path": "Practitioner.extension",
        "sliceName": "author",
        "definition": "The person or organization who created the entry and is responsible for (and may certify) the content.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Author-extension"
          }
        ]
      },
      {
        "id": "Practitioner:shr-entity-Practitioner.extension:informant",
        "path": "Practitioner.extension",
        "sliceName": "informant",
        "definition": "The person or entity that provided the information in the entry, as distinct from who created the entry, e.g. the subject (patient), medical professional, family member, device or software program.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-base-Informant-extension"
          }
        ]
      },
      {
        "id": "Practitioner:shr-entity-Practitioner.extension:type",
        "path": "Practitioner.extension",
        "sliceName": "type",
        "definition": "The most specific code (lowest level term) describing the kind or sort of thing being represented.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Type-extension"
          }
        ]
      },
      {
        "id": "Practitioner:shr-entity-Practitioner.identifier",
        "path": "Practitioner.identifier",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Identifier",
            "profile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-NationalProviderIdentifier"
          }
        ]
      },
      {
        "id": "Practitioner:shr-entity-Practitioner.qualification",
        "path": "Practitioner.qualification"
      },
      {
        "id": "Practitioner:shr-entity-Practitioner.qualification.code",
        "path": "Practitioner.qualification.code",
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
          }
        }
      },
      {
        "id": "Practitioner:shr-entity-Practitioner.qualification.issuer",
        "path": "Practitioner.qualification.issuer",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://standardhealthrecord.org/fhir/StructureDefinition/shr-entity-Organization"
          }
        ]
      }
    ]
  }
}