{
  "resourceType": "StructureDefinition",
  "id": "ex-client-tag",
  "url": "https://www.icanbwell.com/client",
  "version": "1.0",
  "name": "ExtensionClientTag",
  "title": "Extension: Client Tag",
  "status": "active",
  "date": "2024-03-01",
  "publisher": "b.Well Connected Health",
  "description": "An extension for Provider Search Service to be used on the 'generic' Practitioner resources (ie id = NPI with) to designate a client's preference for a particular element in an array. \r\nFor example, HospitalOrg prefers NPPES's name data to appear in their provider search, while OtherHealthcare prefers their own data.",
  "purpose": "Added to shared resource array elements to indicate preference for a particular stakeholder.",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "Practitioner.identifier"
    },
    {
      "type": "element",
      "expression": "Practitioner.name"
    },
    {
      "type": "element",
      "expression": "Practitioner.telecom"
    },
    {
      "type": "element",
      "expression": "Practitioner.communication"
    },
    {
      "type": "element",
      "expression": "Practitioner.qualification"
    },
    {
      "type": "element",
      "expression": "Practitioner.photo"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension",
        "path": "Extension",
        "short": "Client tag extension",
        "definition": "Added to shared resource array elements to indicate preference for a particular stakeholder.",
        "alias": [
          "client tag",
          "client preference",
          "client slug"
        ],
        "mustSupport": true
      },
      {
        "id": "Extension.id",
        "path": "Extension.id",
        "short": "Concatenated values: {code value}, \"-client\"",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://www.icanbwell.com/client"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "label": "client-slug",
        "short": "bWell client identifier value",
        "min": 1,
        "type": [
          {
            "code": "code"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}