{
  "resourceType": "StructureDefinition",
  "id": "fmc-devicedefintion-profile",
  "url": "http://fkcfhir.org/fhir/StructureDefinition/fmc-devicedefintion-profile",
  "name": "FreseniusDeviceDefinition",
  "title": "Fresenius DeviceDefinition Profile",
  "status": "active",
  "description": "Fresenius DeviceDefinition Profile",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "DeviceDefinition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceDefinition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceDefinition.identifier",
        "path": "DeviceDefinition.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "base": {
          "path": "DeviceDefinition.identifier",
          "min": 1,
          "max": "*"
        },
        "mustSupport": true
      },
      {
        "id": "DeviceDefinition.identifier:DeviceDefinitionIdentifier",
        "path": "DeviceDefinition.identifier",
        "sliceName": "DeviceDefinitionIdentifier",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "DeviceDefinition.identifier:DeviceDefinitionIdentifier.system",
        "path": "DeviceDefinition.identifier.system",
        "min": 1,
        "patternUri": "urn:oid:2.16.840.1.113883.3.7418.11.1"
      },
      {
        "id": "DeviceDefinition.deviceName",
        "path": "DeviceDefinition.deviceName",
        "min": 1,
        "max": "1"
      },
      {
        "id": "DeviceDefinition.deviceName.type",
        "path": "DeviceDefinition.deviceName.type",
        "binding": {
          "strength": "required",
          "valueSet": "http://fkcfhir.org/fhir/ValueSet/fmc-devicename-vs"
        }
      },
      {
        "id": "DeviceDefinition.type",
        "path": "DeviceDefinition.type",
        "min": 1,
        "binding": {
          "strength": "required",
          "valueSet": "http://fkcfhir.org/fhir/ValueSet/fmc-device-vs"
        }
      }
    ]
  }
}