{
  "resourceType": "StructureDefinition",
  "id": "ca-on-ps-profile-device",
  "url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-device",
  "version": "0.10.0",
  "name": "DevicePSON",
  "title": "Device (PS-ON)",
  "status": "active",
  "date": "2022-10-15T12:00:00+00:00",
  "publisher": "Ontario Health",
  "description": "This profile defines a set of constraints to the FHIR Device resource for use in Ontario Patient Summaries (PS-ON).",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.meta",
        "path": "Device.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Device.meta.profile",
        "path": "Device.meta.profile",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "short": "An identifier intended for computation",
        "definition": "An identifier - identifies some entity uniquely and unambiguously. Typically this is used for business identifiers.",
        "min": 1,
        "type": [
          {
            "code": "Identifier",
            "profile": [
              "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-ps-profile-identifier"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Device.deviceName",
        "path": "Device.deviceName",
        "mustSupport": true
      },
      {
        "id": "Device.deviceName.name",
        "path": "Device.deviceName.name",
        "mustSupport": true
      },
      {
        "id": "Device.deviceName.type",
        "path": "Device.deviceName.type",
        "mustSupport": true
      }
    ]
  }
}