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

FHIR IG analytics

Packageihe.iti.balp
Resource TypeAuditEvent
IdAuditEvent-ex-auditPoke-SAML-Min.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-auditPoke-SAML-Min

Profile: Basic AuditEvent pattern for when an activity was authorized by an SAML access token Minimal

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

type: DICOM: 110100 (Application Activity)

subtype: unknown: poke (Boredom poke)

action: Read/View/Print

recorded: 2021-12-03 09:49:00+0000

outcome: Success

Agents

-TypeWhoRequestorPolicy
*information recipientIdentifier: https://sts.sykehuspartner.no/05086900124trueXC4WdYS0W5bjsMGc5Ue6tClD_5U

Sources

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

Source1

{
  "resourceType": "AuditEvent",
  "id": "ex-auditPoke-SAML-Min",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/ITI/BALP/StructureDefinition/IHE.BasicAudit.SAMLaccessTokenUse.Minimal"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "system": "http://dicom.nema.org/resources/ontology/DCM",
    "code": "110100",
    "display": "Application Activity"
  },
  "subtype": [
    {
      "system": "urn:ietf:rfc:1438",
      "code": "poke",
      "display": "Boredom poke"
    }
  ],
  "action": "R",
  "recorded": "2021-12-03T09:49:00.000Z",
  "outcome": "0",
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "IRCP"
          },
          {
            "system": "https://profiles.ihe.net/ITI/BALP/CodeSystem/UserAgentTypes",
            "code": "UserSamlAgent"
          }
        ]
      },
      "who": {
        "identifier": {
          "system": "https://sts.sykehuspartner.no",
          "value": "05086900124"
        }
      },
      "requestor": true,
      "policy": [
        "XC4WdYS0W5bjsMGc5Ue6tClD_5U"
      ]
    }
  ],
  "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"
      }
    ]
  }
}