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

FHIR IG analytics

Packagejohnmoehrke.slicingslicedextension
Resource TypeAuditEvent
IdAuditEvent-ex-WithoutUsingThirdSlice.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-WithoutUsingThirdSlice

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

-ExtensionTypeWhoRequestor
*information recipientIdentifier: https://sts.sykehuspartner.no/05086900124true

Sources

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

Source1

{
  "resourceType": "AuditEvent",
  "id": "ex-WithoutUsingThirdSlice",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/SlicingSlicedExtension/StructureDefinition/ThirdSliceProfile"
    ],
    "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": [
    {
      "extension": [
        {
          "url": "http://johnmoehrke.github.io/SlicingSlicedExtension/StructureDefinition/OtherId",
          "valueIdentifier": {
            "value": "Hello World"
          }
        }
      ],
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code": "IRCP",
            "display": "information recipient"
          }
        ]
      },
      "who": {
        "identifier": {
          "system": "https://sts.sykehuspartner.no",
          "value": "05086900124"
        }
      },
      "requestor": true
    }
  ],
  "source": {
    "site": "server.example.com",
    "observer": {
      "display": "my server"
    },
    "type": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/security-source-type",
        "code": "4",
        "display": "Application Server"
      }
    ]
  }
}