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

FHIR IG analytics

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

type: DICOM: 110100 (Application Activity)

subtype: unknown: poke (Boredom poke)

action: Read/View/Print

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

outcome: Success

agent

AuditEvent.agent other identifiers: National provider identifier/1234567@myNPIregistry.example.org

AuditEvent.agent other identifiers: Provider number/JohnD

type: information recipient

who: Identifier: https://sts.sykehuspartner.no/05086900124

requestor: true

Sources

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

Source1

{
  "resourceType": "AuditEvent",
  "id": "ex-WithNpiPrn",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/SlicingSlicedExtension/StructureDefinition/ThirdSliceProfile"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "extensions",
    "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": {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "NPI"
                }
              ]
            },
            "value": "1234567@myNPIregistry.example.org"
          }
        },
        {
          "url": "http://johnmoehrke.github.io/SlicingSlicedExtension/StructureDefinition/OtherId",
          "valueIdentifier": {
            "type": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                  "code": "PRN"
                }
              ]
            },
            "value": "JohnD"
          }
        }
      ],
      "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"
      }
    ]
  }
}