Implementation Guide
ePA Audit Event Service
Version 1.0.5-ballot.1 - draft

: EPA AuditEvent Agent Type User - JSON Representation

Draft as of 2025-02-14

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "epa-audit-event-agent-type-user-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet epa-audit-event-agent-type-user-vs</b></p><a name=\"epa-audit-event-agent-type-user-vs\"> </a><a name=\"hcepa-audit-event-agent-type-user-vs\"> </a><a name=\"epa-audit-event-agent-type-user-vs-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-RoleClass.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleClass</code></a> version <code>4.0.0</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-RoleClass.html#v3-RoleClass-PROV\">PROV</a></td><td>healthcare provider</td><td>An Entity (player) that is authorized to provide health care services by some authorizing agency (scoper).</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-RoleClass.html#v3-RoleClass-PAT\">PAT</a></td><td>patient</td><td>A Role of a LivingSubject (player) as an actual or potential recipient of health care services from a healthcare provider organization (scoper).<br/><br/>*Usage Note:* Communication about relationships between patients and specific healthcare practitioners (people) is not done via scoper. Instead this is generally done using the CareProvision act. This allows linkage between patient and a particular healthcare practitioner role and also allows description of the type of care involved in the relationship.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-RoleClass.html#v3-RoleClass-PAYOR\">PAYOR</a></td><td>invoice payor</td><td>The role of an organization that undertakes to accept claims invoices, assess the coverage or payments due for those invoices and pay to the designated payees for those invoices. This role may be either the underwriter or a third-party organization authorized by the underwriter. The scoping entity is the organization that underwrites the claimed coverage.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ParticipationType.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ParticipationType</code></a> version <code>5.0.0</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.2.0/CodeSystem-v3-ParticipationType.html#v3-ParticipationType-CST\">CST</a></td><td>custodian</td><td>An entity (person, organization or device) that is in charge of maintaining the information of this act (e.g., who maintains the report or the master service catalog item, etc.).</td></tr></table></li><li>Include these codes as defined in <a href=\"CodeSystem-epa-auditevent-agent-type-client-cs.html\"><code>https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-agent-type-client-cs</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-epa-auditevent-agent-type-client-cs.html#epa-auditevent-agent-type-client-cs-OMBUDSOFFICE\">OMBUDSOFFICE</a></td><td>Ombuds Office</td></tr></table></li></ul></div>"
  },
  "url" : "https://gematik.de/fhir/epa/ValueSet/epa-audit-event-agent-type-user-vs",
  "version" : "1.0.5-ballot.1",
  "name" : "EPAAuditEventAgentTypeUserVS",
  "title" : "EPA AuditEvent Agent Type User",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-02-14",
  "publisher" : "gematik GmbH",
  "contact" : [
    {
      "name" : "gematik GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gematik.de"
        },
        {
          "system" : "email",
          "value" : "patientteam [ at ] gematik.de"
        }
      ]
    }
  ],
  "description" : "EPA agent type (user) for AuditEvent",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleClass",
        "version" : "4.0.0",
        "concept" : [
          {
            "code" : "PROV",
            "display" : "healthcare provider"
          },
          {
            "code" : "PAT",
            "display" : "patient"
          },
          {
            "code" : "PAYOR",
            "display" : "invoice payor"
          }
        ]
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
        "version" : "5.0.0",
        "concept" : [
          {
            "code" : "CST",
            "display" : "custodian"
          }
        ]
      },
      {
        "system" : "https://gematik.de/fhir/epa/CodeSystem/epa-auditevent-agent-type-client-cs",
        "concept" : [
          {
            "code" : "OMBUDSOFFICE",
            "display" : "Ombuds Office"
          }
        ]
      }
    ]
  }
}