@prefix fhir: . @prefix owl: . @prefix rdf: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CoverageEligibilityResponse ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "discovery-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 discovery-example-01

Language: en

Profile: CoverageEligibilityResponse

status: Active

purpose: Coverage Discovery

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

created: 2023-09-11

requestor: Practitioner Dr. DEF

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

outcome: Processing Complete

disposition: Policy is currently in-force.

insurer: Organization XYZ Insurance Co. Ltd.

Insurances

-CoverageInforceBenefitPeriod
*Coverage: identifier = https://xyzinsurance.in/policynumber/#235037120; status = active; type = PAY; subscriberId = ABC123456BI007; relationship = Self; period = (?) --> 2026-03-17true2023-09-07 --> 2026-08-07
"^^rdf:XMLLiteral ] ; # fhir:status [ fhir:v "active"] ; # fhir:purpose ( [ fhir:v "discovery"] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:created [ fhir:v "2023-09-11"^^xsd:date] ; # fhir:requestor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; # fhir:request [ fhir:link ; fhir:reference [ fhir:v "CoverageEligibilityRequest/discovery-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 ] ] ] ) . # # -------------------------------------------------------------------------------------