{
  "resourceType": "CapabilityStatement",
  "id": "IHE.RESTfulATNA.AuditConsumer",
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      CapabilityStatement for the Audit Consumer actor in the IHE IT Infrastructure Technical Framework Supplement - Add RESTful Query to ATNA.\n      This conformance resource is Informative. The Normative content can be found through <a href=\"http://wiki.ihe.net/index.php/Add_RESTful_Query_to_ATNA\"> Add RESTful Query to ATNA Rev. 2.2</a></div>"
  },
  "url": "http://www.ihe.net/fhir/CapabilityStatement/IHE.RESTfulATNA.AuditConsumer",
  "name": "IHE.RESTfulATNA.AuditConsumer",
  "title": "IHE ITI Add RESTful Query to ATNA - Audit Consumer (client)",
  "status": "draft",
  "experimental": false,
  "date": "2018-02-21",
  "publisher": "Integrating the Healthcare Enterprise (IHE)",
  "contact": [
    {
      "name": "IHE",
      "telecom": [
        {
          "system": "url",
          "value": "http://ihe.net"
        }
      ]
    }
  ],
  "description": "CapabilityStatement for the Audit Consumer actor in the IHE IT Infrastructure Technical Framework Supplement - Add RESTful Query to ATNA.     This conformance resource is Informative. The Normative content can be found through http://wiki.ihe.net/index.php/Add_RESTful_Query_to_ATNA",
  "copyright": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
  "kind": "requirements",
  "fhirVersion": "3.0.1",
  "acceptUnknown": "both",
  "format": [
    "application/fhir+xml",
    "application/fhir+json"
  ],
  "rest": [
    {
      "mode": "client",
      "documentation": "IHE http://www.ihe.net/Governance/#Intellectual_Property",
      "security": {
        "cors": false,
        "description": "Recommend IUA"
      },
      "resource": [
        {
          "type": "AuditEvent",
          "profile": {
            "reference": "http://hl7.org/fhir/StructureDefinition/AuditEvent"
          },
          "interaction": [
            {
              "code": "read"
            },
            {
              "code": "search-type"
            }
          ],
          "searchParam": [
            {
              "name": "patient.identifier",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-patient",
              "type": "token",
              "documentation": "Identifier of the patient involved in the event as a participant"
            },
            {
              "name": "date",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-date",
              "type": "date",
              "documentation": "Time when the event occurred on source"
            },
            {
              "name": "address",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-address",
              "type": "string",
              "documentation": "Identifier for the network access point of the user device"
            },
            {
              "name": "entity-id",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-id",
              "type": "token",
              "documentation": "Specific instance of object"
            },
            {
              "name": "entity-type",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-type",
              "type": "token",
              "documentation": "Type of entity involved"
            },
            {
              "name": "entity-role",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-entity-role",
              "type": "token",
              "documentation": "What role the entity played"
            },
            {
              "name": "source",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-source",
              "type": "token",
              "documentation": "The identity of source detecting the event"
            },
            {
              "name": "type",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-type",
              "type": "token",
              "documentation": "Type/identifier of event"
            },
            {
              "name": "user",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-user",
              "type": "token",
              "documentation": "Unique identifier for the user"
            },
            {
              "name": "subtype",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-subtype",
              "type": "token",
              "documentation": "More specific type/id for the event"
            },
            {
              "name": "outcome",
              "definition": "http://hl7.org/fhir/SearchParameter/AuditEvent-outcome",
              "type": "token",
              "documentation": "Whether the event succeeded or failed"
            }
          ]
        }
      ],
      "interaction": [
        {
          "code": "search-system"
        }
      ]
    }
  ]
}