{
  "resourceType": "StructureDefinition",
  "url": "http://fhir.cezih.hr/specifikacije/StructureDefinition/HRAuditQedmQuerySource",
  "name": "HRAuditQedmQuerySource",
  "status": "draft",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "AuditEvent",
  "baseDefinition": "https://profiles.ihe.net/PCC/QEDm/StructureDefinition/IHE.QEDm.Query.Audit.Source",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "AuditEvent.subtype",
        "path": "AuditEvent.subtype",
        "min": 3
      },
      {
        "id": "AuditEvent.subtype:resource",
        "path": "AuditEvent.subtype",
        "sliceName": "resource",
        "short": "Type of resource queried during the event",
        "definition": "Identifier for the category of resource queried during the event.",
        "min": 1,
        "max": "1",
        "binding": {
          "strength": "required",
          "description": "Resource queried.",
          "valueSet": "http://fhir.cezih.hr/specifikacije/ValueSet/vs-hr-qedm-resursi"
        }
      }
    ]
  }
}