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 loinc: <https://loinc.org/rdf/> .
@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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-check-coverage-bundle-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.CoverageEligibilityRequest.Bundle"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.CoverageEligibilityRequest.Bundle> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://profiles.ihe.net/ITI/FAIS/CoverageEligibilityRequest/ex-check-coverage-2"^^xsd:anyURI ] ;
( fhir:resource <https://profiles.ihe.net/ITI/FAIS/CoverageEligibilityRequest/ex-check-coverage-2> )
] [
fhir:fullUrl [ fhir:v "https://profiles.ihe.net/ITI/FAIS/Practitioner/ex-doctor-2"^^xsd:anyURI ] ;
( fhir:resource <https://profiles.ihe.net/ITI/FAIS/Practitioner/ex-doctor-2> )
] [
fhir:fullUrl [ fhir:v "https://profiles.ihe.net/ITI/FAIS/Organization/ex-insurer-1"^^xsd:anyURI ] ;
( fhir:resource <https://profiles.ihe.net/ITI/FAIS/Organization/ex-insurer-1> )
] [
fhir:fullUrl [ fhir:v "https://profiles.ihe.net/ITI/FAIS/Patient/ex-beneficiary-1"^^xsd:anyURI ] ;
( fhir:resource <https://profiles.ihe.net/ITI/FAIS/Patient/ex-beneficiary-1> )
] [
fhir:fullUrl [ fhir:v "https://profiles.ihe.net/ITI/FAIS/Location/ex-hospital-2"^^xsd:anyURI ] ;
( fhir:resource <https://profiles.ihe.net/ITI/FAIS/Location/ex-hospital-2> )
] ) . #
<https://profiles.ihe.net/ITI/FAIS/CoverageEligibilityRequest/ex-check-coverage-2> a fhir:CoverageEligibilityRequest ;
fhir:id [ fhir:v "ex-check-coverage-2"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.CoverageEligibilityRequest"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.CoverageEligibilityRequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"CoverageEligibilityRequest_ex-check-coverage-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: CoverageEligibilityRequest ex-check-coverage-2</b></p><a name=\"ex-check-coverage-2\"> </a><a name=\"hcex-check-coverage-2\"> </a><a name=\"ex-check-coverage-2-en-US\"> </a><p><b>status</b>: Active</p><p><b>purpose</b>: Coverage benefits</p><p><b>patient</b>: <a href=\"Patient-ex-beneficiary-1.html\">Purity Atieno Female, DoB: 2000-05-04</a></p><p><b>serviced</b>: 2024-07-01 --> 2024-12-31</p><p><b>created</b>: 2024-06-01 15:00:00+0000</p><p><b>enterer</b>: <a href=\"Practitioner-ex-doctor-2.html\">Practitioner Kalu Kalu </a></p><p><b>provider</b>: <a href=\"Practitioner-ex-doctor-2.html\">Practitioner Kalu Kalu </a></p><p><b>insurer</b>: <a href=\"Organization-ex-insurer-1.html\">Organization National Health Insurance Scheme</a></p><p><b>facility</b>: <a href=\"Location-ex-hospital-2.html\">Location Local Hospital</a></p><blockquote><p><b>item</b></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/ex-benefitcategory 1}\">Medical Care</span></p><p><b>productOrService</b>: <span title=\"Codes:{http://loinc.org 21946-9}\">Chemotherapy treatment Cancer</span></p><p><b>provider</b>: <a href=\"Practitioner-ex-doctor-2.html\">Practitioner Kalu Kalu </a></p><p><b>facility</b>: <a href=\"Location-ex-hospital-2.html\">Location Local Hospital</a></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Diagnosis[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://id.who.int/icd/release/11/mms XH1VB1}\">Hybrid oncocytic chromophobe tumour</span></td></tr></table></blockquote></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:purpose ( [ fhir:v "benefits"] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/ex-beneficiary-1" ]
] ; #
fhir:serviced [
a fhir:Period ;
fhir:start [ fhir:v "2024-07-01"^^xsd:date ] ;
fhir:end [ fhir:v "2024-12-31"^^xsd:date ]
] ; #
fhir:created [ fhir:v "2024-06-01T15:00:00Z"^^xsd:dateTime] ; #
fhir:enterer [
fhir:reference [ fhir:v "Practitioner/ex-doctor-2" ]
] ; #
fhir:provider [
fhir:reference [ fhir:v "Practitioner/ex-doctor-2" ]
] ; #
fhir:insurer [
fhir:reference [ fhir:v "Organization/ex-insurer-1" ]
] ; #
fhir:facility [
fhir:reference [ fhir:v "Location/ex-hospital-2" ]
] ; #
fhir:item ( [
fhir:category [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ex-benefitcategory"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ] ) ] ;
fhir:productOrService [
( fhir:coding [
a loinc:21946-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "21946-9" ] ;
fhir:display [ fhir:v "Chemotherapy treatment Cancer" ] ] ) ] ;
fhir:provider [
fhir:reference [ fhir:v "Practitioner/ex-doctor-2" ] ] ;
fhir:facility [
fhir:reference [ fhir:v "Location/ex-hospital-2" ] ] ;
( fhir:diagnosis [
fhir:diagnosis [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://id.who.int/icd/release/11/mms"^^xsd:anyURI ] ;
fhir:code [ fhir:v "XH1VB1" ] ;
fhir:display [ fhir:v "Hybrid oncocytic chromophobe tumour" ] ] ) ] ] )
] ) . #
<https://profiles.ihe.net/ITI/FAIS/Practitioner/ex-doctor-2> a fhir:Practitioner ;
fhir:id [ fhir:v "ex-doctor-2"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Practitioner_ex-doctor-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Practitioner ex-doctor-2</b></p><a name=\"ex-doctor-2\"> </a><a name=\"hcex-doctor-2\"> </a><a name=\"ex-doctor-2-en-US\"> </a><p><b>name</b>: Kalu Kalu </p></div>"
] ; #
fhir:name ( [
fhir:family [ fhir:v "Kalu" ] ;
( fhir:given [ fhir:v "Kalu" ] )
] ) . #
<https://profiles.ihe.net/ITI/FAIS/Organization/ex-insurer-1> a fhir:Organization ;
fhir:id [ fhir:v "ex-insurer-1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_ex-insurer-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Organization ex-insurer-1</b></p><a name=\"ex-insurer-1\"> </a><a name=\"hcex-insurer-1\"> </a><a name=\"ex-insurer-1-en-US\"> </a><p><b>name</b>: National Health Insurance Scheme</p></div>"
] ; #
fhir:name [ fhir:v "National Health Insurance Scheme"] . #
<https://profiles.ihe.net/ITI/FAIS/Patient/ex-beneficiary-1> a fhir:Patient ;
fhir:id [ fhir:v "ex-beneficiary-1"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Patient_ex-beneficiary-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Patient ex-beneficiary-1</b></p><a name=\"ex-beneficiary-1\"> </a><a name=\"hcex-beneficiary-1\"> </a><a name=\"ex-beneficiary-1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Purity Atieno Female, DoB: 2000-05-04</p><hr/></div>"
] ; #
fhir:name ( [
fhir:family [ fhir:v "Atieno" ] ;
( fhir:given [ fhir:v "Purity" ] )
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "2000-05-04"^^xsd:date] . #
<https://profiles.ihe.net/ITI/FAIS/Location/ex-hospital-2> a fhir:Location ;
fhir:id [ fhir:v "ex-hospital-2"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_ex-hospital-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Location ex-hospital-2</b></p><a name=\"ex-hospital-2\"> </a><a name=\"hcex-hospital-2\"> </a><a name=\"ex-hospital-2-en-US\"> </a><p><b>name</b>: Local Hospital</p></div>"
] ; #
fhir:name [ fhir:v "Local Hospital"] . #
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