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:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-enrollment-resp-bundle-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentResponse.Bundle"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentResponse.Bundle> ] )
] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
fhir:fullUrl [ fhir:v "https://profiles.ihe.net/ITI/FAIS/EnrollmentResponse/ex-enrollment-resp-1"^^xsd:anyURI ] ;
( fhir:resource <https://profiles.ihe.net/ITI/FAIS/EnrollmentResponse/ex-enrollment-resp-1> )
] [
fhir:fullUrl [ fhir:v "https://profiles.ihe.net/ITI/FAIS/EnrollmentRequest/ex-enrollment-req-1"^^xsd:anyURI ] ;
( fhir:resource <https://profiles.ihe.net/ITI/FAIS/EnrollmentRequest/ex-enrollment-req-1> )
] [
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> )
] ) . #
<https://profiles.ihe.net/ITI/FAIS/EnrollmentResponse/ex-enrollment-resp-1> a fhir:EnrollmentResponse ;
fhir:id [ fhir:v "ex-enrollment-resp-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentResponse"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentResponse> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"EnrollmentResponse_ex-enrollment-resp-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: EnrollmentResponse ex-enrollment-resp-1</b></p><a name=\"ex-enrollment-resp-1\"> </a><a name=\"hcex-enrollment-resp-1\"> </a><a name=\"ex-enrollment-resp-1-en-US\"> </a><p><b>identifier</b>: <code>http://example.org/FAIS/NHIS</code>/3bb58542-4449-11ef-8d48-d7b1b51e3816</p><p><b>status</b>: Active</p><p><b>request</b>: <a href=\"EnrollmentRequest-ex-enrollment-req-1.html\">EnrollmentRequest: status = active; created = 2023-12-15</a></p><p><b>outcome</b>: Processing Complete</p><p><b>disposition</b>: Enrolled</p><p><b>created</b>: 2023-12-15</p><p><b>organization</b>: <a href=\"Organization-ex-insurer-1.html\">Organization National Health Insurance Scheme</a></p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://example.org/FAIS/NHIS"^^xsd:anyURI ] ;
fhir:value [ fhir:v "3bb58542-4449-11ef-8d48-d7b1b51e3816" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:request [
fhir:reference [ fhir:v "EnrollmentRequest/ex-enrollment-req-1" ]
] ; #
fhir:outcome [ fhir:v "complete"] ; #
fhir:disposition [ fhir:v "Enrolled"] ; #
fhir:created [ fhir:v "2023-12-15"^^xsd:date] ; #
fhir:organization [
fhir:reference [ fhir:v "Organization/ex-insurer-1" ]
] . #
<https://profiles.ihe.net/ITI/FAIS/EnrollmentRequest/ex-enrollment-req-1> a fhir:EnrollmentRequest ;
fhir:id [ fhir:v "ex-enrollment-req-1"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentRequest"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/ITI/FAIS/StructureDefinition/IHE.FAIS.EnrollmentRequest> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"EnrollmentRequest_ex-enrollment-req-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: EnrollmentRequest ex-enrollment-req-1</b></p><a name=\"ex-enrollment-req-1\"> </a><a name=\"hcex-enrollment-req-1\"> </a><a name=\"ex-enrollment-req-1-en-US\"> </a><p><b>status</b>: Active</p><p><b>created</b>: 2023-12-15</p><p><b>insurer</b>: <a href=\"Organization-ex-insurer-1.html\">Organization National Health Insurance Scheme</a></p><p><b>candidate</b>: <a href=\"Patient-ex-beneficiary-1.html\">Purity Atieno Female, DoB: 2000-05-04</a></p><p><b>coverage</b>: <a href=\"Coverage-ex-coverage-1.html\">Coverage: status = active; type = public healthcare; subscriberId = 05710b56-4448-11ef-b676-774a043da147; relationship = Self; period = 2024-01-01 --> 2024-12-31</a></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:created [ fhir:v "2023-12-15"^^xsd:date] ; #
fhir:insurer [
fhir:reference [ fhir:v "Organization/ex-insurer-1" ]
] ; #
fhir:candidate [
fhir:reference [ fhir:v "Patient/ex-beneficiary-1" ]
] ; #
fhir:coverage [
fhir:reference [ fhir:v "Coverage/ex-coverage-1" ]
] . #
<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"] . #
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