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

FHIR IG analytics

Packageihe.iti.mhd
Resource TypeAuditEvent
IdAuditEvent-ex-auditGenerateMetadata-source.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-auditGenerateMetadata-source

Profile: Audit Event for Generate Metadata ITI-106 Transaction at Source

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

type: Audit Event ID: rest (RESTful Operation)

subtype: FHIR Restful Interactions: create (create), unknown: ITI-106 (Generate Metadata)

recorded: 2020-04-29 09:49:00+0000

outcome: Success

agent

type: Source Role ID

who: model number ABC, serial number 1234

requestor: false

Networks

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

agent

type: Destination Role ID

who: Device

requestor: false

Networks

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

Sources

-SiteObserverType
*mobile app foo-barmodel number ABC, serial number 1234Audit Event Source Type: 1 (User Device)

Entities

-WhatTypeRole
*Binary: text/plain (16 bytes base64)Audit event entity type: 2 (System Object)AuditEventEntityRole: 4 (Domain Resource)

Source1

{
  "resourceType": "AuditEvent",
  "id": "ex-auditGenerateMetadata-source",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.GenerateMetadata.Audit.Source"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
    "code": "rest"
  },
  "subtype": [
    {
      "system": "http://hl7.org/fhir/restful-interaction",
      "code": "create"
    },
    {
      "system": "urn:ihe:event-type-code",
      "code": "ITI-106",
      "display": "Generate Metadata"
    }
  ],
  "recorded": "2020-04-29T09:49:00.000Z",
  "outcome": "0",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110153",
            "display": "Source Role ID"
          }
        ]
      },
      "who": {
        "display": "model number ABC, serial number 1234"
      },
      "requestor": false,
      "network": {
        "address": "2001:0db8:85a3:0000:0000:8a2e:0370:7334",
        "type": "2"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110152",
            "display": "Destination Role ID"
          }
        ]
      },
      "who": {
        "reference": "Device/ex-device"
      },
      "requestor": false,
      "network": {
        "address": "http://server.example.com/fhir",
        "type": "5"
      }
    }
  ],
  "source": {
    "site": "mobile app foo-bar",
    "observer": {
      "display": "model number ABC, serial number 1234"
    },
    "type": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
        "code": "1",
        "display": "User Device"
      }
    ]
  },
  "entity": [
    {
      "what": {
        "reference": "Binary/ex-binary"
      },
      "type": {
        "system": "http://terminology.hl7.org/CodeSystem/audit-entity-type",
        "code": "2",
        "display": "System Object"
      },
      "role": {
        "system": "http://terminology.hl7.org/CodeSystem/object-role",
        "code": "4",
        "display": "Domain Resource"
      }
    }
  ]
}