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

FHIR IG analytics

Packageihe.iti.svcm
Resource TypeAuditEvent
IdAuditEvent-ex-AuditSvcmCodeSystemLookup.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

Generated Narrative: AuditEvent ex-AuditSvcmCodeSystemLookup

type: Audit Event ID rest: Restful Operation

subtype: FHIR Restful Interactions operation: operation, unknown ITI-98: Lookup Code

recorded: 2022-04-13 19:33:45+0000

agent

type: Source Role ID

who: Device

requestor: false

Networks

-AddressType
*http://server.example.com/fhirURI

agent

type: Destination Role ID

who: myMachine.example.org

requestor: false

Networks

-AddressType
*2001:0db8:85a3:0000:0000:8a2e:0370:7334IP Address

Sources

-SiteObserverType
*server.example.comDeviceAudit Event Source Type 4: Application Server

Entities

-WhatType
*Parameters: code, urlAudit event entity type 2: System Object

Generated Narrative: Parameters #ex-SvcmCodeLookupParameters

Parameters

codeexample
urlhttp://example.org/svcm/example

Source1

{
  "resourceType": "AuditEvent",
  "id": "ex-AuditSvcmCodeSystemLookup",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/SVCM/StructureDefinition/IHE.SVCM.Audit.CodeSystem.Lookup"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Parameters",
      "id": "ex-SvcmCodeLookupParameters",
      "parameter": [
        {
          "name": "code",
          "valueCode": "example"
        },
        {
          "name": "url",
          "valueUri": "http://example.org/svcm/example"
        }
      ]
    }
  ],
  "type": {
    "system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
    "code": "rest",
    "display": "Restful Operation"
  },
  "subtype": [
    {
      "system": "http://hl7.org/fhir/restful-interaction",
      "code": "operation",
      "display": "operation"
    },
    {
      "system": "urn:ihe:event-type-code",
      "code": "ITI-98",
      "display": "Lookup Code"
    }
  ],
  "recorded": "2022-04-13T19:33:45Z",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110153",
            "display": "Source Role ID"
          }
        ]
      },
      "who": {
        "reference": "Device/ex-device"
      },
      "requestor": false,
      "network": {
        "address": "http://server.example.com/fhir",
        "type": "5"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110152",
            "display": "Destination Role ID"
          }
        ]
      },
      "who": {
        "display": "myMachine.example.org"
      },
      "requestor": false,
      "network": {
        "address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
        "type": "2"
      }
    }
  ],
  "source": {
    "site": "server.example.com",
    "observer": {
      "reference": "Device/ex-device"
    },
    "type": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
        "code": "4",
        "display": "Application Server"
      }
    ]
  },
  "entity": [
    {
      "what": {
        "reference": "#ex-SvcmCodeLookupParameters"
      },
      "type": {
        "system": "http://terminology.hl7.org/CodeSystem/audit-entity-type",
        "code": "2",
        "display": "System Object"
      }
    }
  ]
}