{
  "resourceType": "StructureDefinition",
  "url": "https://www.pacmed.nl/fhir/StructureDefinition/ZIB2020_based_LDA",
  "name": "ZIB2020_based_LDA",
  "status": "draft",
  "description": "FHIR profile based on MedicalDeviceZib (2020) Usage: to specify presence of lines, drains and airways (LDA) in ICU patients",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DeviceUseStatement",
  "baseDefinition": "http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceUseStatement.id",
        "path": "DeviceUseStatement.id",
        "min": 1
      },
      {
        "id": "DeviceUseStatement.subject",
        "path": "DeviceUseStatement.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "DeviceUseStatement.subject.reference",
        "path": "DeviceUseStatement.subject.reference",
        "min": 1
      },
      {
        "id": "DeviceUseStatement.timing[x]",
        "path": "DeviceUseStatement.timing[x]",
        "short": "From what start time to what end time the device was used",
        "definition": "From what start time to what end time the device was used",
        "type": [
          {
            "code": "Period"
          }
        ]
      },
      {
        "id": "DeviceUseStatement.timing[x]:timingPeriod",
        "path": "DeviceUseStatement.timing[x]",
        "sliceName": "timingPeriod",
        "short": "From what start time to what end time the device was used",
        "definition": "From what start time to what end time the device was used"
      },
      {
        "id": "DeviceUseStatement.timing[x]:timingPeriod.start",
        "path": "DeviceUseStatement.timing[x].start",
        "min": 1
      },
      {
        "id": "DeviceUseStatement.timing[x]:timingPeriod.end",
        "path": "DeviceUseStatement.timing[x].end",
        "min": 1
      },
      {
        "id": "DeviceUseStatement.recordedOn",
        "path": "DeviceUseStatement.recordedOn",
        "min": 1
      },
      {
        "id": "DeviceUseStatement.device.display",
        "path": "DeviceUseStatement.device.display",
        "min": 1,
        "binding": {
          "strength": "extensible",
          "valueSet": "https://www.pacmed.nl/fhir/ValueSet/device-valueset"
        }
      }
    ]
  }
}