{
  "resourceType": "StructureDefinition",
  "url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/HRDevice",
  "name": "HRDevice",
  "status": "draft",
  "purpose": "Profil definira strukturu podataka o informacijskom sustavu, aplikaciji ili uređaju korištenom u u sustavu zdravstvene zaštite republike Hrvatske.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Device",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Device",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Device.identifier",
        "path": "Device.identifier",
        "min": 1,
        "max": "1"
      },
      {
        "id": "Device.identifier.system",
        "path": "Device.identifier.system",
        "min": 1,
        "fixedUri": "http://fhir.cezih.hr/specifikacije/identifikatori/informacijski-sustav"
      },
      {
        "id": "Device.identifier.value",
        "path": "Device.identifier.value",
        "min": 1
      }
    ]
  }
}