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

FHIR IG analytics

Packagehl7.fhir.cr.meddyg.laboratory-results
Resource TypeAuditEvent
IdAuditEvent-AuditEventDocumentRegistryCreateExample.json
FHIR VersionR5

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

AuditEvent: Document Registry indexó documento de resultado HbA1c (create).


Source1

{
  "resourceType": "AuditEvent",
  "id": "AuditEventDocumentRegistryCreateExample",
  "meta": {
    "profile": [
      "https://hl7.meddyg.com/fhir/laboratory-results/StructureDefinition/cr-auditevent-laboratory-result"
    ]
  },
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/audit-event-type",
          "code": "rest"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/restful-interaction",
        "code": "create",
        "display": "create"
      }
    ]
  },
  "action": "C",
  "severity": "informational",
  "recorded": "2026-04-08T08:25:05-06:00",
  "outcome": {
    "code": {
      "system": "http://terminology.hl7.org/CodeSystem/audit-event-outcome",
      "code": "0"
    }
  },
  "agent": [
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110153",
            "display": "Source Role ID"
          }
        ]
      },
      "who": {
        "reference": "Organization/OrganizationEBAISGoicoechea2LabExample"
      },
      "requestor": true
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://dicom.nema.org/resources/ontology/DCM",
            "code": "110152",
            "display": "Destination Role ID"
          }
        ]
      },
      "who": {
        "reference": "Organization/OrganizationDocumentRegistryExample"
      },
      "requestor": false
    }
  ],
  "source": {
    "observer": {
      "reference": "Organization/OrganizationDocumentRegistryExample"
    }
  },
  "entity": [
    {
      "what": {
        "reference": "DiagnosticReport/DiagnosticReportHbA1cTamizajeEBAISExample"
      },
      "role": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/object-role",
            "code": "4"
          }
        ]
      }
    }
  ]
}