@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CoverageEligibilityResponse ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "benefits-example-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityResponse"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CoverageEligibilityResponse benefits-example-01

Language: en

Profile: CoverageEligibilityResponse

status: Active

purpose: Coverage benefits

patient: ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)

created: 2023-09-07

requestor: Practitioner Dr. DEF

request: CoverageEligibilityRequest: identifier = 7612345; status = active; priority = Normal; purpose = benefits; created = 2023-09-07 11:01:00+0500

outcome: Processing Complete

disposition: Policy is currently in-force.

insurer: Organization XYZ Insurance Co. Ltd.

insurance

coverage: Coverage: identifier = https://xyzinsurance.in/policynumber/#235037120; status = active; type = PAY; subscriberId = ABC123456BI007; relationship = Self; period = (?) --> 2026-03-17

inforce: true

benefitPeriod: 2023-09-07 --> 2026-08-07

item

productOrService: Consultant

Benefits

-TypeAllowed[x]Used[x]
*Benefit₹50,000.00 (INR)₹0.00 (INR)

item

productOrService: Metformin hydrochloride 500 mg prolonged-release oral tablet

Benefits

-TypeAllowed[x]Used[x]
*Benefit₹50,000.00 (INR)₹0.00 (INR)
"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:purpose ( [ fhir:v "benefits"] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:created [ fhir:v "2023-09-07"^^xsd:date] ; # fhir:requestor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; # fhir:request [ fhir:link ; fhir:reference [ fhir:v "CoverageEligibilityRequest/benefits-example-01" ] ] ; # fhir:outcome [ fhir:v "complete"] ; # fhir:disposition [ fhir:v "Policy is currently in-force."] ; # fhir:insurer [ fhir:link ; fhir:reference [ fhir:v "Organization/example-02" ] ] ; # fhir:insurance ( [ fhir:coverage [ fhir:link ; fhir:reference [ fhir:v "Coverage/example-01" ] ] ; fhir:inforce [ fhir:v "true"^^xsd:boolean ] ; fhir:benefitPeriod [ fhir:start [ fhir:v "2023-09-07"^^xsd:date ] ; fhir:end [ fhir:v "2026-08-07"^^xsd:date ] ] ; fhir:item ( [ fhir:productOrService [ fhir:coding ( [ a sct:768839008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "768839008" ] ; fhir:display [ fhir:v "Consultant" ] ] ) ] ; fhir:benefit ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/benefit-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "benefit" ] ; fhir:display [ fhir:v "Benefit" ] ] ) ] ; fhir:allowed [ a fhir:Money ; fhir:value [ fhir:v "50000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ; fhir:used [ a fhir:Money ; fhir:value [ fhir:v "0"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] ) ] [ fhir:productOrService [ fhir:coding ( [ a sct:765507008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "765507008" ] ; fhir:display [ fhir:v "Metformin hydrochloride 500 mg prolonged-release oral tablet" ] ] ) ] ; fhir:benefit ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/benefit-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "benefit" ] ; fhir:display [ fhir:v "Benefit" ] ] ) ] ; fhir:allowed [ a fhir:Money ; fhir:value [ fhir:v "50000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ; fhir:used [ a fhir:Money ; fhir:value [ fhir:v "0"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------