{
  "resourceType": "StructureDefinition",
  "id": "de-identifier",
  "url": "https://fhir.icanbwell.com/4_0_0/StructureDefinition/de-identifier",
  "version": "1.0",
  "name": "Identifier",
  "title": "Element: Identifier",
  "status": "active",
  "date": "2023-06-07T20:51:12.9132894+00:00",
  "publisher": "b.Well Connected Health",
  "description": "Any given identifier",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": true,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier",
        "path": "Identifier",
        "short": "A value to identify the resource by"
      },
      {
        "id": "Identifier.id",
        "path": "Identifier.id",
        "short": "Unique id for the element",
        "comment": "set case-by-case",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Identifier.use",
        "path": "Identifier.use",
        "mustSupport": true
      },
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "mustSupport": true,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://fhir.icanbwell.com/4_0_0/ValueSet/vs-identifier-type"
        }
      },
      {
        "id": "Identifier.type.coding",
        "path": "Identifier.type.coding",
        "min": 1,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://www.hl7.org/fhir/us/bwell/bwell-vs-identifier-type"
        }
      },
      {
        "id": "Identifier.type.coding.id",
        "path": "Identifier.type.coding.id",
        "min": 1
      },
      {
        "id": "Identifier.type.coding.system",
        "path": "Identifier.type.coding.system",
        "min": 1
      },
      {
        "id": "Identifier.type.coding.code",
        "path": "Identifier.type.coding.code",
        "min": 1
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "short": "The system which created the identifier",
        "definition": "Values may be an oid, uri, url, or canonical",
        "comment": "Identifier.system is always case sensitive, and should not end with a \"/\"",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "short": "The unique value",
        "definition": "The raw identifier value that represents a resource",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}