{
  "resourceType": "StructureDefinition",
  "id": "svccore-devicemetric",
  "url": "http://phis.co.kr/fhir/StructureDefinition/StructureDefinition-svccore-devicemetric",
  "version": "0.0.1",
  "name": "SvcCore_DeviceMetric",
  "title": "Service Core DeviceMetric Profile",
  "status": "active",
  "date": "2023-10-30T01:53:15.6881432+00:00",
  "publisher": "PHIS",
  "description": "2023. 10. DeviceMetric의 대한 최소규격의 대하여 정의",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DeviceMetric",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DeviceMetric",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DeviceMetric.identifier",
        "path": "DeviceMetric.identifier",
        "min": 1
      },
      {
        "id": "DeviceMetric.identifier.system",
        "path": "DeviceMetric.identifier.system",
        "min": 1
      },
      {
        "id": "DeviceMetric.identifier.value",
        "path": "DeviceMetric.identifier.value",
        "min": 1
      },
      {
        "id": "DeviceMetric.type",
        "path": "DeviceMetric.type",
        "mustSupport": true
      },
      {
        "id": "DeviceMetric.unit",
        "path": "DeviceMetric.unit",
        "mustSupport": true
      },
      {
        "id": "DeviceMetric.unit.coding.system",
        "path": "DeviceMetric.unit.coding.system",
        "definition": "The identification of the code system that defines the meaning of the symbol in the code.\r\n\r\nreferenced By http://hl7.org/fhir/ValueSet/devicemetric-type",
        "min": 1,
        "meaningWhenMissing": "디바이스메트릭에서 Unit에 들어가는 Coding 값이 존재할때 해당 디바이스메트릭은 반드시 System을 필요로 합니다."
      },
      {
        "id": "DeviceMetric.source",
        "path": "DeviceMetric.source",
        "min": 1
      },
      {
        "id": "DeviceMetric.parent",
        "path": "DeviceMetric.parent",
        "min": 1
      }
    ]
  }
}