{
  "resourceType": "StructureDefinition",
  "meta": {
    "lastUpdated": "2018-02-14T19:25:36.732+00:00"
  },
  "url": "http://hl7.org/fhir/ips/StructureDefinition/deviceusestatement-uv-ips",
  "version": "0.1",
  "name": "DeviceUseStatement-uv-ips",
  "title": "Device (use statement)",
  "status": "draft",
  "experimental": true,
  "date": "2018-02-14",
  "publisher": "HL7 International",
  "contact": [
    {
      "name": "François Macary - PHAST"
    }
  ],
  "description": "This profile represents the constraints applied to the DeviceUseStatement resource by the International Patient Summary (IPS) FHIR Implementation Guide, based on FHIR STU3. A statement about a device used by or implanted on the patient is described in the patient summary as an instance of a DeviceUseStatement resource constrained by this profile.",
  "purpose": "This profile constrains the representation of a statement about a medical device used by or impanted on the patient, part of the \"Medical Devices\" section of the Composition resource representing the international patient summary, as specified by the IPS project of HL7 International.",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DeviceUseStatement",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceUseStatement",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceUseStatement.subject",
        "path": "DeviceUseStatement.subject",
        "definition": "The patient using the device.",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/ips/StructureDefinition/patient-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.subject.identifier",
        "path": "DeviceUseStatement.subject.identifier",
        "max": "0"
      },
      {
        "id": "DeviceUseStatement.whenUsed",
        "path": "DeviceUseStatement.whenUsed",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.source.identifier",
        "path": "DeviceUseStatement.source.identifier",
        "max": "0"
      },
      {
        "id": "DeviceUseStatement.device",
        "path": "DeviceUseStatement.device",
        "type": [
          {
            "code": "Reference",
            "targetProfile": "http://hl7.org/fhir/ips/StructureDefinition/device-uv-ips"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.device.identifier",
        "path": "DeviceUseStatement.device.identifier",
        "max": "0"
      },
      {
        "id": "DeviceUseStatement.indication.coding",
        "path": "DeviceUseStatement.indication.coding",
        "type": [
          {
            "code": "Coding",
            "profile": "http://hl7.org/fhir/ips/StructureDefinition/coding-uv-ips"
          }
        ]
      },
      {
        "id": "DeviceUseStatement.bodySite",
        "path": "DeviceUseStatement.bodySite",
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.bodySite.coding",
        "path": "DeviceUseStatement.bodySite.coding",
        "type": [
          {
            "code": "Coding",
            "profile": "http://hl7.org/fhir/ips/StructureDefinition/coding-uv-ips"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "example",
          "valueSetUri": "http://hl7.org/fhir/ValueSet/body-site"
        }
      }
    ]
  }
}