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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeAuditEvent
IdAuditEvent-BeispielNutzungsprotokoll.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": "BeispielNutzungsprotokoll",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/dipag/StructureDefinition/dipag-nutzungsprotokoll"
    ]
  },
  "type": {
    "code": "rest"
  },
  "subtype": [
    {
      "code": "invoice-submit"
    }
  ],
  "action": "C",
  "recorded": "2024-05-29T11:25:54.123456+00:02",
  "outcome": "0",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "code": "humanuser"
          }
        ]
      },
      "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": "Beispiel LeistungsempfÀnmger"
      },
      "requestor": true
    }
  ],
  "source": {
    "observer": {
      "display": "FdV"
    }
  },
  "entity": [
    {
      "what": {
        "reference": "DocumentReference/BeispielDocumentReferenceRechnungRetrieve"
      }
    }
  ]
}