{
  "resourceType": "StructureDefinition",
  "url": "https://iop.roche.com/fhir/StructureDefinition/CgmDeviceAssociation",
  "name": "CgmDeviceAssociation",
  "status": "active",
  "publisher": "F. Hoffmann-La Roche AG",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/.",
  "fhirVersion": "5.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "DeviceAssociation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceAssociation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceAssociation.meta",
        "path": "DeviceAssociation.meta",
        "min": 1
      },
      {
        "id": "DeviceAssociation.meta.profile",
        "path": "DeviceAssociation.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "https://iop.roche.com/fhir/StructureDefinition/CgmDeviceAssociation"
      },
      {
        "id": "DeviceAssociation.identifier",
        "path": "DeviceAssociation.identifier",
        "max": "0"
      },
      {
        "id": "DeviceAssociation.category",
        "path": "DeviceAssociation.category",
        "max": "0"
      },
      {
        "id": "DeviceAssociation.statusReason",
        "path": "DeviceAssociation.statusReason",
        "max": "0"
      },
      {
        "id": "DeviceAssociation.subject",
        "path": "DeviceAssociation.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "DeviceAssociation.bodyStructure",
        "path": "DeviceAssociation.bodyStructure",
        "max": "0"
      },
      {
        "id": "DeviceAssociation.period",
        "path": "DeviceAssociation.period",
        "min": 1
      },
      {
        "id": "DeviceAssociation.operation",
        "path": "DeviceAssociation.operation",
        "max": "0"
      }
    ]
  }
}