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

Resource CoverageEligibilityResponse "benefit-example-01" (Language "en")

Profile: CoverageEligibilityResponse

status: active

purpose: validation, benefits

patient: Patient/example-01 ""

serviced: 2023-08-07

created: 2022-08-07

requestor: Practitioner/example-01 ""

request: CoverageEligibilityRequest/benefit-example-01

outcome: queued

disposition: Policy is currently in-force.

insurer: Organization/example-01 "XYZ Lab Pvt.Ltd."

insurance

id

21233

coverage: Coverage/example-01

inforce: true

benefitPeriod: 2022-05-07 --> 2025-08-07

item

productOrService: Removal of foreign body (SNOMED CT#10849003)

benefit

type: Benefit (Benefit Type Codes#benefit)

allowed: ₹150,000.00 (INR)

benefit

type: Copayment maximum per service (Benefit Type Codes#copay-maximum)

allowed: ₹200,000.00 (INR)

benefit

type: Copayment Percent per service (Benefit Type Codes#copay-percent)

allowed: 20

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:purpose ( [ fhir:v "validation"] [ fhir:v "benefits"] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:serviced [ fhir:v "2023-08-07"^^xsd:date] ; # fhir:created [ fhir:v "2022-08-07"^^xsd:date] ; # fhir:requestor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; # fhir:request [ fhir:link ; fhir:reference [ fhir:v "CoverageEligibilityRequest/benefit-example-01" ] ] ; # fhir:outcome [ fhir:v "queued"] ; # fhir:disposition [ fhir:v "Policy is currently in-force."] ; # fhir:insurer [ fhir:link ; fhir:reference [ fhir:v "Organization/example-01" ] ] ; # fhir:insurance ( [ fhir:id [ fhir:v "21233" ] ; fhir:coverage [ fhir:link ; fhir:reference [ fhir:v "Coverage/example-01" ] ] ; fhir:inforce [ fhir:v "true"^^xsd:boolean ] ; fhir:benefitPeriod [ fhir:start [ fhir:v "2022-05-07"^^xsd:date ] ; fhir:end [ fhir:v "2025-08-07"^^xsd:date ] ] ; fhir:item ( [ fhir:productOrService [ fhir:coding ( [ a sct:10849003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "10849003" ] ; fhir:display [ fhir:v "Removal of foreign body" ] ] ) ] ; 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:allowed [ a fhir:Money ; fhir:value [ fhir:v "150000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/benefit-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "copay-maximum" ] ] ) ] ; fhir:allowed [ a fhir:Money ; fhir:value [ fhir:v "200000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/benefit-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "copay-percent" ] ] ) ] ; fhir:allowed [ fhir:v "20"^^xsd:nonNegativeInteger ] ] ) ] ) ] ) . # # -------------------------------------------------------------------------------------