{
  "resourceType": "StructureDefinition",
  "id": "identifier-ibsnr",
  "url": "http://fhir.blacktusk.eu/StructureDefinition/Identifier_IBSNR",
  "version": "1.0.0",
  "name": "Identifier_IBSNR",
  "title": "Identifier-Profil für die Abbildung einer internen Betriebsstättennummer",
  "status": "draft",
  "publisher": "Black Tusk GmbH",
  "contact": [
    {
      "telecom": [
        {
          "system": "email",
          "value": "fcc@blacktusk.eu"
        }
      ]
    }
  ],
  "copyright": "Black Tusk GmbH",
  "fhirVersion": "4.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"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Identifier",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Identifier",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Identifier.use",
        "path": "Identifier.use",
        "fixedCode": "official"
      },
      {
        "id": "Identifier.type",
        "path": "Identifier.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "CC",
              "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
            }
          ]
        }
      },
      {
        "id": "Identifier.system",
        "path": "Identifier.system",
        "min": 1
      },
      {
        "id": "Identifier.value",
        "path": "Identifier.value",
        "min": 1
      }
    ]
  }
}