FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeAuditEvent
IdAuditEvent-BeispielNutzungsprotokollBerechtigungAnlegen.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "AuditEvent",
  "id": "BeispielNutzungsprotokollBerechtigungAnlegen",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-nutzungsprotokoll"
    ]
  },
  "entity": [
    {
      "what": {
        "type": "Patient",
        "reference": "Patient/NutzerkontoPatient"
      },
      "detail": [
        {
          "type": "Rechnungsversand-Berechtigung",
          "valueString": "Die Rechnungsversand-Berechtigung für Zahnarztpraxis Müller wurde angelegt."
        }
      ]
    }
  ],
  "type": {
    "code": "rest",
    "system": "http://terminology.hl7.org/CodeSystem/audit-event-type"
  },
  "subtype": [
    {
      "code": "create",
      "system": "http://hl7.org/fhir/restful-interaction"
    }
  ],
  "action": "C",
  "recorded": "2024-05-20T09:00:00.000000+00:00",
  "outcome": "0",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "code": "humanuser",
            "system": "http://terminology.hl7.org/CodeSystem/extra-security-role-type"
          }
        ]
      },
      "who": {
        "identifier": {
          "type": {
            "coding": [
              {
                "code": "PRN",
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
              }
            ]
          },
          "system": "https://gematik.de/fhir/sid/telematik-id",
          "value": "11223344"
        },
        "display": "Zahnarztpraxis Müller"
      },
      "requestor": true
    }
  ],
  "source": {
    "observer": {
      "display": "DiPag FD Server",
      "identifier": {
        "system": "urn:ietf:rfc:3986",
        "value": "urn:oid:1.2.276.0.76.4.323"
      }
    }
  }
}