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

FHIR IG analytics

Packagede.gematik.dipag
Resource TypeBundle
IdBundle-BeispielNutzungsprotokollResultBundle.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": "Bundle",
  "id": "BeispielNutzungsprotokollResultBundle",
  "type": "searchset",
  "total": 1,
  "link": [
    {
      "relation": "self",
      "url": "https://example.com/fhir/AuditEvent?agent:text=11223344"
    }
  ],
  "entry": [
    {
      "fullUrl": "https://example.com/fhir/AuditEvent/BeispielNutzungsprotokoll",
      "resource": {
        "resourceType": "AuditEvent",
        "id": "BeispielNutzungsprotokoll",
        "meta": {
          "profile": [
            "https://gematik.de/fhir/dipag/StructureDefinition/dipag-nutzungsprotokoll"
          ]
        },
        "type": {
          "code": "rest",
          "system": "http://terminology.hl7.org/CodeSystem/audit-event-type"
        },
        "subtype": [
          {
            "code": "invoice-submit",
            "system": "https://gematik.de/fhir/dipag/CodeSystem/dipag-operationen-cs"
          }
        ],
        "action": "C",
        "recorded": "2024-05-29T11:25:54.123456+00:02",
        "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": "Beispiel LeistungsempfÀnmger"
            },
            "requestor": true
          }
        ],
        "source": {
          "observer": {
            "display": "FdV"
          }
        },
        "entity": [
          {
            "what": {
              "reference": "DocumentReference/BeispielDocumentReferenceRechnungRetrieve"
            }
          }
        ]
      },
      "search": {
        "mode": "match"
      }
    }
  ]
}