Finance and Insurance Service (FAIS), published by IHE IT Infrastructure Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.1-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/ITI.Finance/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:AuditEvent ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-AuditFAISCheckCoverageEligibility"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.Audit.CoverageEligibilityRequest.Submit"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.Audit.CoverageEligibilityRequest.Submit> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AuditEvent ex-AuditFAISCheckCoverageEligibility</b></p><a name=\"ex-AuditFAISCheckCoverageEligibility\"> </a><a name=\"hcex-AuditFAISCheckCoverageEligibility\"> </a><a name=\"ex-AuditFAISCheckCoverageEligibility-en-US\"> </a><p><b>type</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-audit-event-type.html#audit-event-type-rest\">Audit Event ID rest</a>: RESTful Operation</p><p><b>subtype</b>: <a href=\"http://hl7.org/fhir/R4/codesystem-restful-interaction.html#restful-interaction-create\">FHIR Restful Interactions create</a>: create, unknown ITI-124: Check Coverage Eligibility</p><p><b>recorded</b>: 2024-07-17 19:33:45+0000</p><p><b>outcome</b>: Success</p><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110153}\">Source Role ID</span></p><p><b>who</b>: <a href=\"Device-ex-coverage-requestor.html\">Device</a></p><p><b>requestor</b>: false</p><h3>Networks</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>http://server.example.com/fhir</td><td>URI</td></tr></table></blockquote><blockquote><p><b>agent</b></p><p><b>type</b>: <span title=\"Codes:{http://dicom.nema.org/resources/ontology/DCM 110152}\">Destination Role ID</span></p><p><b>who</b>: <a href=\"Device-ex-claims-manager.html\">Device</a></p><p><b>requestor</b>: false</p><h3>Networks</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>2001:0db8:85a3:0000:0000:8a2e:0370:7334</td><td>IP Address</td></tr></table></blockquote><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Site</b></td><td><b>Observer</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>server.example.com</td><td><a href=\"Device-ex-coverage-requestor.html\">Device</a></td><td><a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-security-source-type.html#security-source-type-4\">Audit Event Source Type 4</a>: Application Server</td></tr></table><blockquote><p><b>entity</b></p><p><b>what</b>: <a href=\"CoverageEligibilityRequest-ex-check-coverage-2.html\">CoverageEligibilityRequest: status = active; purpose = benefits; serviced[x] = 2024-07-01 --> 2024-12-31; created = 2024-06-01 15:00:00+0000</a></p><p><b>type</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-audit-entity-type.html#audit-entity-type-2\">Audit event entity type 2</a>: System Object</p><p><b>role</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-object-role.html#object-role-4\">AuditEventEntityRole 4</a>: Domain Resource</p></blockquote><blockquote><p><b>entity</b></p><p><b>what</b>: <a href=\"Patient-ex-beneficiary-1.html\">Purity Atieno Female, DoB: 2000-05-04</a></p><p><b>type</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-audit-entity-type.html#audit-entity-type-1\">Audit event entity type 1</a>: Person</p><p><b>role</b>: <a href=\"http://terminology.hl7.org/6.1.0/CodeSystem-object-role.html#object-role-1\">AuditEventEntityRole 1</a>: Patient</p></blockquote></div>"
] ; #
fhir:type [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/audit-event-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rest" ]
] ; #
fhir:subtype ( [
fhir:system [ fhir:v "http://hl7.org/fhir/restful-interaction"^^xsd:anyURI ] ;
fhir:code [ fhir:v "create" ] ;
fhir:display [ fhir:v "create" ]
] [
fhir:system [ fhir:v "urn:ihe:event-type-code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ITI-124" ] ;
fhir:display [ fhir:v "Check Coverage Eligibility" ]
] ) ; #
fhir:recorded [ fhir:v "2024-07-17T19:33:45Z"^^xsd:dateTime] ; #
fhir:outcome [ fhir:v "0"] ; #
fhir:agent ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110153" ] ;
fhir:display [ fhir:v "Source Role ID" ] ] ) ] ;
fhir:who [
fhir:reference [ fhir:v "Device/ex-coverage-requestor" ] ] ;
fhir:requestor [ fhir:v "false"^^xsd:boolean ] ;
fhir:network [
fhir:address [ fhir:v "http://server.example.com/fhir" ] ;
fhir:type [ fhir:v "5" ] ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://dicom.nema.org/resources/ontology/DCM"^^xsd:anyURI ] ;
fhir:code [ fhir:v "110152" ] ;
fhir:display [ fhir:v "Destination Role ID" ] ] ) ] ;
fhir:who [
fhir:reference [ fhir:v "Device/ex-claims-manager" ] ] ;
fhir:requestor [ fhir:v "false"^^xsd:boolean ] ;
fhir:network [
fhir:address [ fhir:v "2001:0db8:85a3:0000:0000:8a2e:0370:7334" ] ;
fhir:type [ fhir:v "2" ] ]
] ) ; #
fhir:source [
fhir:site [ fhir:v "server.example.com" ] ;
fhir:observer [
fhir:reference [ fhir:v "Device/ex-coverage-requestor" ] ] ;
( fhir:type [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/security-source-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Application Server" ] ] )
] ; #
fhir:entity ( [
fhir:what [
fhir:reference [ fhir:v "CoverageEligibilityRequest/ex-check-coverage-2" ] ] ;
fhir:type [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/audit-entity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2" ] ] ;
fhir:role [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/object-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4" ] ;
fhir:display [ fhir:v "Domain Resource" ] ]
] [
fhir:what [
fhir:reference [ fhir:v "Patient/ex-beneficiary-1" ] ] ;
fhir:type [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/audit-entity-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ;
fhir:role [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/object-role"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ]
] ) . #
IG © 2024+ IHE IT Infrastructure Technical Committee. Package ihe.iti.fais#1.0.1-current based on FHIR 4.0.1. Generated 2024-11-22
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change