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

FHIR IG analytics

Packagekoppeltaalv2.00
Resource TypeAuditEvent
IdAuditEvent-audit-event-with-outcome-4.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Auditevent with OperationOutcome

Source1

{
  "resourceType": "AuditEvent",
  "id": "audit-event-with-outcome-4",
  "meta": {
    "profile": [
      "http://koppeltaal.nl/fhir/StructureDefinition/KT2AuditEvent"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "OperationOutcome",
      "id": "no-matching-profile",
      "issue": [
        {
          "severity": "error",
          "code": "invalid",
          "diagnostics": "No matching profile"
        }
      ]
    }
  ],
  "extension": [
    {
      "url": "http://koppeltaal.nl/fhir/StructureDefinition/resource-origin",
      "valueReference": {
        "reference": "Device/device-volledig",
        "type": "Device"
      }
    },
    {
      "url": "http://koppeltaal.nl/fhir/StructureDefinition/request-id",
      "valueId": "f272ae9f83a49bdd"
    },
    {
      "url": "http://koppeltaal.nl/fhir/StructureDefinition/trace-id",
      "valueId": "decc45dd65cb97ea25e6d2a53e067f09"
    }
  ],
  "type": {
    "system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
    "version": "0.5.0",
    "code": "rest",
    "display": "RESTful Operation"
  },
  "subtype": [
    {
      "system": "http://hl7.org/fhir/restful-interaction",
      "code": "create"
    }
  ],
  "action": "C",
  "recorded": "2023-01-10T12:50:22+01:00",
  "outcome": "4",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110153"
          }
        ]
      },
      "who": {
        "reference": "Device/device-volledig"
      },
      "requestor": true
    }
  ],
  "source": {
    "site": "domein1",
    "observer": {
      "reference": "Device/device-volledig",
      "type": "Device"
    },
    "type": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
        "code": "4",
        "display": "Application Server"
      }
    ]
  },
  "entity": [
    {
      "what": {
        "reference": "#no-matching-profile"
      },
      "type": {
        "system": "http://hl7.org/fhir/resource-types",
        "code": "OperationOutcome",
        "display": "OperationOutcome"
      }
    },
    {
      "type": {
        "system": "http://hl7.org/fhir/resource-types",
        "code": "Patient",
        "display": "Patient"
      }
    }
  ]
}