PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@2.1.0
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner-role
{
  "description": "The role the practitioner plays",
  "_filename": "StructureDefinition-qicore-practitioner-role.json",
  "package_name": "hl7.fhir.us.qicore",
  "date": "2015-08-08T00:00:00+10:00",
  "derivation": "constraint",
  "publisher": "Health Level Seven, Inc. - FHIR WG",
  "fhirVersion": "3.0.1",
  "name": "practitioner-role",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "Extension",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "practitioner-role",
  "package_version": "2.1.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "pc"
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 1
  } ],
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "Extension",
      "min": 0,
      "definition": "Roles/organizations the practitioner is associated with.",
      "short": "role",
      "max": "*",
      "id": "Extension:role",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "Extension"
      }
    }, {
      "path": "Extension.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "An Extension",
      "short": "Extension",
      "slicing": {
        "id": "2",
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "max": "*",
      "id": "Extension:role.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "The organization where the Practitioner performs the roles associated.",
      "isModifier": false,
      "short": "Organization where the roles are performed",
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": true,
      "sliceName": "organization",
      "max": "1",
      "id": "Extension:role.extension:organization",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.extension:organization.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Extension.extension.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "0",
      "id": "Extension:role.extension:organization.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension.url",
      "min": 1,
      "definition": "Source of the definition for the extension code - a logical name or a URL.",
      "short": "identifies the meaning of the extension",
      "fixedUri": "organization",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.extension:organization.url",
      "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Extension.url"
      }
    }, {
      "path": "Extension.extension.valueReference",
      "min": 1,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-organization"
      } ],
      "max": "1",
      "id": "Extension:role.extension:organization.valueReference",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "Roles which this practitioner is authorized to perform for the organization.",
      "isModifier": false,
      "short": "Roles which this practitioner may perform",
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": true,
      "sliceName": "code",
      "max": "*",
      "id": "Extension:role.extension:code",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.extension:code.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Extension.extension.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "0",
      "id": "Extension:role.extension:code.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension.url",
      "min": 1,
      "definition": "Source of the definition for the extension code - a logical name or a URL.",
      "short": "identifies the meaning of the extension",
      "fixedUri": "code",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.extension:code.url",
      "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Extension.url"
      }
    }, {
      "path": "Extension.extension.valueCodeableConcept",
      "min": 1,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "description": "This example value set defines a set of codes that can be used to indicate the role of a Practitioner.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/practitioner-role"
        }
      },
      "max": "1",
      "id": "Extension:role.extension:code.valueCodeableConcept",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "Specific specialty of the practitioner.",
      "isModifier": false,
      "short": "Specific specialty of the practitioner",
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": true,
      "sliceName": "specialty",
      "max": "*",
      "id": "Extension:role.extension:specialty",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.extension:specialty.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Extension.extension.extension",
      "min": 0,
      "definition": "Flag indicating if the specialty is the primary specialty of the provider. Normally, a practitioner will have one primary specialty, but in some cases more than one can be primary.",
      "isModifier": false,
      "short": "primaryInd",
      "type": [ {
        "code": "Extension",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/practitionerrole-primaryInd"
      } ],
      "mustSupport": false,
      "sliceName": "primaryInd",
      "max": "1",
      "id": "Extension:role.extension:specialty.extension:primaryInd",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension.valueCodeableConcept",
      "min": 1,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "description": "This is the code representing the clinical specialty of the clinician or provider who interacted with, treated, or provided a service to/for the patient. The value set used for clinical specialty has been limited by HITSP to the value set reproduced from HITSP C80 Table 2-149 Clinical Specialty Value Set Definition.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
        }
      },
      "max": "1",
      "id": "Extension:role.extension:specialty.valueCodeableConcept",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "The period during which the practitioner is authorized to perform in these role(s).",
      "isModifier": false,
      "short": "The period during which the person is authorized to act as a practitioner in these role(s) for the organization.",
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": true,
      "sliceName": "period",
      "max": "1",
      "id": "Extension:role.extension:period",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.extension:period.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Extension.extension.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "0",
      "id": "Extension:role.extension:period.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension.url",
      "min": 1,
      "definition": "Source of the definition for the extension code - a logical name or a URL.",
      "short": "identifies the meaning of the extension",
      "fixedUri": "period",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.extension:period.url",
      "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Extension.url"
      }
    }, {
      "path": "Extension.extension.valuePeriod",
      "min": 1,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Period"
      } ],
      "max": "1",
      "id": "Extension:role.extension:period.valuePeriod",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "The location(s) at which this practitioner provides care.",
      "isModifier": false,
      "short": "The location(s) at which this practitioner provides care",
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": true,
      "sliceName": "location",
      "max": "*",
      "id": "Extension:role.extension:location",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.extension:location.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "Extension.extension.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "0",
      "id": "Extension:role.extension:location.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension.url",
      "min": 1,
      "definition": "Source of the definition for the extension code - a logical name or a URL.",
      "short": "identifies the meaning of the extension",
      "fixedUri": "location",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.extension:location.url",
      "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Extension.url"
      }
    }, {
      "path": "Extension.extension.valueReference",
      "min": 1,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
      } ],
      "max": "1",
      "id": "Extension:role.extension:location.valueReference",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    }, {
      "path": "Extension.url",
      "min": 1,
      "definition": "Source of the definition for the extension code - a logical name or a URL.",
      "short": "identifies the meaning of the extension",
      "fixedUri": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner-role",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "Extension:role.url",
      "comment": "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "Extension.url"
      }
    }, {
      "path": "Extension.value[x]",
      "min": 0,
      "definition": "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
      "short": "Value of extension",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "base64Binary"
      }, {
        "code": "boolean"
      }, {
        "code": "code"
      }, {
        "code": "date"
      }, {
        "code": "dateTime"
      }, {
        "code": "decimal"
      }, {
        "code": "id"
      }, {
        "code": "instant"
      }, {
        "code": "integer"
      }, {
        "code": "markdown"
      }, {
        "code": "oid"
      }, {
        "code": "positiveInt"
      }, {
        "code": "string"
      }, {
        "code": "time"
      }, {
        "code": "unsignedInt"
      }, {
        "code": "uri"
      }, {
        "code": "Address"
      }, {
        "code": "Age"
      }, {
        "code": "Annotation"
      }, {
        "code": "Attachment"
      }, {
        "code": "CodeableConcept"
      }, {
        "code": "Coding"
      }, {
        "code": "ContactPoint"
      }, {
        "code": "Count"
      }, {
        "code": "Distance"
      }, {
        "code": "Duration"
      }, {
        "code": "HumanName"
      }, {
        "code": "Identifier"
      }, {
        "code": "Money"
      }, {
        "code": "Period"
      }, {
        "code": "Quantity"
      }, {
        "code": "Range"
      }, {
        "code": "Ratio"
      }, {
        "code": "Reference"
      }, {
        "code": "SampledData"
      }, {
        "code": "Signature"
      }, {
        "code": "Timing"
      }, {
        "code": "Meta"
      } ],
      "max": "0",
      "id": "Extension:role.value[x]",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Extension.value[x]"
      }
    } ]
  },
  "status": "draft",
  "id": "020d0f21-ddb3-471c-85e7-ee0a3517cae6",
  "kind": "complex-type",
  "url": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-practitioner-role",
  "context": [ "Practitioner" ],
  "version": null,
  "differential": {
    "element": [ {
      "id": "Extension:role",
      "max": "1",
      "min": 0,
      "path": "Extension",
      "short": "QICore Practitioner Role Extension",
      "sliceName": "role",
      "definition": "QICore PractitionerRole extension for Practitioner profile",
      "isModifier": false
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "The organization where the Practitioner performs the roles associated.",
      "isModifier": false,
      "short": "Organization where the roles are available",
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": true,
      "sliceName": "organization",
      "max": "1",
      "id": "Extension:role.extension:organization"
    }, {
      "id": "Extension:role.extension:organization.url",
      "max": "1",
      "min": 1,
      "path": "Extension.extension.url",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "organization"
    }, {
      "id": "Extension:role.extension:organization.valueReference",
      "max": "1",
      "min": 0,
      "path": "Extension.extension.valueReference",
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-bodysite"
      } ]
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "Roles which this practitioner is authorized to perform for the organization.",
      "isModifier": false,
      "short": "Roles which this practitioner may perform",
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": true,
      "sliceName": "code",
      "max": "*",
      "id": "Extension:role.extension:code"
    }, {
      "id": "Extension:role.extension:code.url",
      "max": "1",
      "min": 1,
      "path": "Extension.extension.url",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "code"
    }, {
      "id": "Extension:role.extension:code.valueCodeableConcept",
      "max": "1",
      "min": 0,
      "path": "Extension.extension.valueCodeableConcept",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "example",
        "description": "This example value set defines a set of codes that can be used to indicate the role of a Practitioner.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/practitioner-role"
        }
      }
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "Specific specialty of the practitioner",
      "isModifier": false,
      "short": "Specific specialty of the practitioner",
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": true,
      "sliceName": "specialty",
      "max": "*",
      "id": "Extension:role.extension:specialty"
    }, {
      "id": "Extension:role.extension:specialty.url",
      "max": "1",
      "min": 1,
      "path": "Extension.extension.url",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "specialty"
    }, {
      "id": "Extension:role.extension:specialty.valueCodeableConcept",
      "max": "1",
      "min": 0,
      "path": "Extension.extension.valueCodeableConcept",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "preferred",
        "description": "This is the code representing the clinical specialty of the clinician or provider who interacted with, treated, or provided a service to/for the patient. The value set used for clinical specialty has been limited by HITSP to the value set reproduced from HITSP C80 Table 2-149 Clinical Specialty Value Set Definition.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/c80-practice-codes"
        }
      }
    }, {
      "path": "Extension.extension.extension",
      "min": 0,
      "definition": "Flag indicating if the specialty is the primary specialty of the provider. Normally, a practitioner will have one primary specialty, but in some cases more than one can be primary.",
      "isModifier": false,
      "short": "primaryInd",
      "fixedUri": "http://hl7.org/fhir/StructureDefinition/practitionerrole-primaryInd",
      "type": [ {
        "code": "Extension",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/practitionerrole-primaryInd"
      } ],
      "mustSupport": false,
      "sliceName": "primaryInd",
      "max": "1",
      "id": "Extension:role.extension:specialty.extension:primaryInd",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "The period during which the person is authorized to act as a practitioner in these role(s) for the organization.",
      "isModifier": false,
      "short": "The period during which the practitioner is authorized to perform in these role(s)",
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": true,
      "sliceName": "period",
      "max": "1",
      "id": "Extension:role.extension:period"
    }, {
      "id": "Extension:role.extension:period.url",
      "max": "1",
      "min": 1,
      "path": "Extension.extension.url",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "period"
    }, {
      "id": "Extension:role.extension:period.valuePeriod",
      "max": "1",
      "min": 0,
      "path": "Extension.extension.valuePeriod",
      "type": [ {
        "code": "Period"
      } ]
    }, {
      "path": "Extension.extension",
      "min": 0,
      "definition": "The location(s) at which this practitioner provides care.",
      "isModifier": false,
      "short": "The location(s) at which this practitioner provides care.",
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "sliceName": "location",
      "max": "*",
      "id": "Extension:role.extension:location"
    }, {
      "id": "Extension:role.extension:location.url",
      "max": "1",
      "min": 1,
      "path": "Extension.extension.url",
      "type": [ {
        "code": "uri"
      } ],
      "fixedUri": "location"
    }, {
      "id": "Extension:role.extension:location.valueLocation",
      "max": "1",
      "min": 0,
      "path": "Extension.extension.valueLocation",
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
      } ]
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "HL7",
      "system": "url"
    } ]
  } ],
  "contextType": "resource",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension"
}