{
  "resourceType": "StructureDefinition",
  "url": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Device",
  "name": "Device",
  "status": "active",
  "experimental": false,
  "date": "2019-02-23",
  "description": "Device D4",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.id",
        "path": "Device.id",
        "mustSupport": true
      },
      {
        "id": "Device.meta",
        "path": "Device.meta",
        "min": 1,
        "type": [
          {
            "code": "Meta",
            "profile": "http://apiframework.dedalus.eu/fhir/StructureDefinition/Meta-ForCommonConformance"
          }
        ]
      },
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "mustSupport": true
      },
      {
        "id": "Device.type",
        "path": "Device.type",
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSetReference": {
            "reference": "http://apiframework.dedalus.eu/fhir/ValueSet/DeviceTypes"
          }
        }
      },
      {
        "id": "Device.type.text",
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean": true
          }
        ],
        "path": "Device.type.text",
        "mustSupport": true
      },
      {
        "id": "Device.patient",
        "path": "Device.patient",
        "mustSupport": true
      },
      {
        "id": "Device.contact",
        "path": "Device.contact",
        "mustSupport": true
      },
      {
        "id": "Device.location",
        "path": "Device.location",
        "mustSupport": true
      }
    ]
  }
}