{
  "resourceType": "StructureDefinition",
  "id": "pghd-cdm-deviceusestatement",
  "url": "https://simplifier.net/pghd-cdmtofhir/pghdcdmdeviceusestatementprofile",
  "version": "0.1",
  "name": "PGHDCDMDeviceUseStatementProfile",
  "title": "PGHD CDM DeviceUseStatement Profile",
  "status": "active",
  "experimental": false,
  "date": "2022-03-29",
  "publisher": "SNUBH-HIRC",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DeviceUseStatement",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceUseStatement",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceUseStatement",
        "path": "DeviceUseStatement"
      },
      {
        "id": "DeviceUseStatement.id",
        "path": "DeviceUseStatement.id",
        "short": "Device ID",
        "min": 1,
        "type": [
          {
            "code": "id"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.extension:deviceType",
        "path": "DeviceUseStatement.extension",
        "sliceName": "deviceType",
        "short": "데이터 출처",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "https://simplifier.net/pghd-cdmtofhir/pghdcdmdevicetypeextension"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.subject",
        "path": "DeviceUseStatement.subject",
        "short": "환자 ID",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/pghd-cdmtofhir/pghdcdmpatientprofile"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.timing[x]",
        "path": "DeviceUseStatement.timing[x]",
        "short": "기기 사용 기간",
        "min": 1,
        "type": [
          {
            "code": "Period"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DeviceUseStatement.device",
        "path": "DeviceUseStatement.device",
        "short": "사용된 기기",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://simplifier.net/pghd-cdmtofhir/pghdcdmdeviceprofile"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}