@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "CoverageEligibilityResponseBundle-discovery-example-01"] ; # fhir:meta [ fhir:versionId [ fhir:v "2" ] ; fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityResponseBundle"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:identifier [ fhir:system [ fhir:v "http://hip.in"^^xsd:anyURI ] ; fhir:value [ fhir:v "bc3c6c57-2053-4d0e-ac40-139ccccff645" ] ] ; # fhir:type [ fhir:v "collection"] ; # fhir:timestamp [ fhir:v "2023-09-11T15:32:26.605+05:30"^^xsd:dateTime] ; # fhir:entry ( [ fhir:fullUrl [ fhir:v "CoverageEligibilityResponse/CoverageEligibilityResponse-discovery-example-01"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "Patient/Patient-example-01"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "Practitioner/Practitioner-example-01"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "CoverageEligibilityRequest/CoverageEligibilityRequest-discovery-example-01"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "Organization/Organization-example-01"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "Location/Location-example-01"^^xsd:anyURI ] ; fhir:resource ( ) ] [ fhir:fullUrl [ fhir:v "Coverage/Coverage-example-01"^^xsd:anyURI ] ; fhir:resource ( ) ] ) . # a fhir:CoverageEligibilityResponse ; fhir:id [ fhir:v "CoverageEligibilityResponse-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

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

Profile: CoverageEligibilityResponse

status: active

purpose: discovery

patient: See above (Patient/Patient-example-01)

created: 2023-09-11

requestor: See above (Practitioner/Practitioner-example-01)

request: See above (CoverageEligibilityRequest/CoverageEligibilityRequest-discovery-example-01)

outcome: complete

disposition: Policy is currently in-force.

insurer: See above (Organization/Organization-example-01)

Insurances

-CoverageInforceBenefitPeriod
*See above (Coverage/Coverage-example-01)true2023-09-07 --> 2026-08-07
" ] ; # fhir:status [ fhir:v "active"] ; # fhir:purpose ( [ fhir:v "discovery"] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/Patient-example-01" ] ] ; # fhir:created [ fhir:v "2023-09-11"^^xsd:date] ; # fhir:requestor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Practitioner-example-01" ] ] ; # fhir:request [ fhir:link ; fhir:reference [ fhir:v "CoverageEligibilityRequest/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/Organization-example-01" ] ] ; # fhir:insurance ( [ fhir:coverage [ fhir:link ; fhir:reference [ fhir:v "Coverage/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 ] ] ] ) . # a fhir:Patient ; fhir:id [ fhir:v "Patient-example-01"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2023-09-15T14:58:58.181+05:30"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Patient"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Patient

Resource Patient "Patient-example-01" Version "1" Updated "2023-09-15 14:58:58+0530"

Profile: Patient

identifier: Adhaar number: 7225-4829-5255

name: Adarsh Agrawal

telecom: +919818512600

gender: male

birthDate: 1981-01-12

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code"^^xsd:anyURI ] ; fhir:code [ fhir:v "ADN" ] ; fhir:display [ fhir:v "Adhaar number" ] ] ) ] ; fhir:system [ fhir:v "https://uidai.gov.in/"^^xsd:anyURI ] ; fhir:value [ fhir:v "7225-4829-5255" ] ] ) ; # fhir:name ( [ fhir:text [ fhir:v "Adarsh Agrawal" ] ] ) ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+919818512600" ] ; fhir:use [ fhir:v "home" ] ] ) ; # fhir:gender [ fhir:v "male"] ; # fhir:birthDate [ fhir:v "1981-01-12"^^xsd:date] . # a fhir:Practitioner ; fhir:id [ fhir:v "Practitioner-example-01"] ; # fhir:meta [ fhir:versionId [ fhir:v "1" ] ; fhir:lastUpdated [ fhir:v "2023-09-15T14:58:58.181+05:30"^^xsd:dateTime ] ; fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Practitioner"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Practitioner

Resource Practitioner "Practitioner-example-01" Version "1" Updated "2023-09-15 14:58:58+0530"

Profile: Practitioner

identifier: Medical License number: 21-1521-3828-3227

name: Dr. Aayush Agrawal

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "MD" ] ; fhir:display [ fhir:v "Medical License number" ] ] ) ] ; fhir:system [ fhir:v "https://doctor.ndhm.gov.in"^^xsd:anyURI ] ; fhir:value [ fhir:v "21-1521-3828-3227" ] ] ) ; # fhir:name ( [ fhir:text [ fhir:v "Dr. Aayush Agrawal" ] ] ) . # a fhir:CoverageEligibilityRequest ; fhir:id [ fhir:v "CoverageEligibilityRequest-discovery-example-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityRequest"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:language [ fhir:v "en"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: CoverageEligibilityRequest

Resource CoverageEligibilityRequest "CoverageEligibilityRequest-discovery-example-01" (Language "en")

Profile: CoverageEligibilityRequest

identifier: id: 7612345

status: active

priority: Normal (Process Priority Codes#normal)

purpose: discovery

patient: See above (Patient/Patient-example-01)

created: 2023-09-07 11:01:00+0500

enterer: See above (Practitioner/Practitioner-example-01)

provider: See above (Practitioner/Practitioner-example-01)

insurer: See above (Organization/Organization-example-01)

facility: See above (Location/Location-example-01)

Insurances

-FocalCoverage
*trueSee above (Coverage/Coverage-example-01)
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://irdai.gov.in"^^xsd:anyURI ] ; fhir:value [ fhir:v "7612345" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:priority [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/processpriority"^^xsd:anyURI ] ; fhir:code [ fhir:v "normal" ] ; fhir:display [ fhir:v "Normal" ] ] ) ] ; # fhir:purpose ( [ fhir:v "discovery"] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/Patient-example-01" ] ] ; # fhir:created [ fhir:v "2023-09-07T11:01:00+05:00"^^xsd:dateTime] ; # fhir:enterer [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Practitioner-example-01" ] ] ; # fhir:provider [ fhir:link ; fhir:reference [ fhir:v "Practitioner/Practitioner-example-01" ] ] ; # fhir:insurer [ fhir:link ; fhir:reference [ fhir:v "Organization/Organization-example-01" ] ] ; # fhir:facility [ fhir:link ; fhir:reference [ fhir:v "Location/Location-example-01" ] ] ; # fhir:insurance ( [ fhir:focal [ fhir:v "true"^^xsd:boolean ] ; fhir:coverage [ fhir:link ; fhir:reference [ fhir:v "Coverage/Coverage-example-01" ] ] ] ) . # a fhir:Organization ; fhir:id [ fhir:v "Organization-example-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Organization"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Organization

Resource Organization "Organization-example-01"

Profile: Organization

identifier: Provider number: 4567878

type: Insurance Company (Organization type#ins)

name: XYZ Insurance Co. Ltd.

telecom: +91 243 2634 1234, contact@xyz.org

" ] ; # fhir:identifier ( [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PRN" ] ; fhir:display [ fhir:v "Provider number" ] ] ) ] ; fhir:system [ fhir:v "https://facility.ndhm.gov.in"^^xsd:anyURI ] ; fhir:value [ fhir:v "4567878" ] ] ) ; # fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/organization-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "ins" ] ; fhir:display [ fhir:v "Insurance Company" ] ] ) ] ) ; # fhir:name [ fhir:v "XYZ Insurance Co. Ltd."] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "+91 243 2634 1234" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "contact@xyz.org" ] ; fhir:use [ fhir:v "work" ] ] ) . # a fhir:Location ; fhir:id [ fhir:v "Location-example-01"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Location

Resource Location "Location-example-01"

identifier: id: B1-S.F2

status: active

name: South Wing, second floor

alias: IndiaFirst Life Insurance Co. Ltd., South Wing, second floor

description: Second floor of the Old South Wing, formerly in use by Psychiatry

mode: instance

telecom: ph: 2328(WORK), fax: 2329(WORK), http://sampleorg.com/southwing

address: 91, Building A Pune 451855 IND (WORK)

physicalType: Wing (Location type#wi)

Positions

-LongitudeLatitudeAltitude
*-83.694569142.254754780

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

" ] ; # fhir:identifier ( [ fhir:value [ fhir:v "B1-S.F2" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:name [ fhir:v "South Wing, second floor"] ; # fhir:alias ( [ fhir:v "IndiaFirst Life Insurance Co. Ltd., South Wing, second floor"] ) ; # fhir:description [ fhir:v "Second floor of the Old South Wing, formerly in use by Psychiatry"] ; # fhir:mode [ fhir:v "instance"] ; # fhir:telecom ( [ fhir:system [ fhir:v "phone" ] ; fhir:value [ fhir:v "2328" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "fax" ] ; fhir:value [ fhir:v "2329" ] ; fhir:use [ fhir:v "work" ] ] [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://sampleorg.com/southwing" ] ; fhir:use [ fhir:v "work" ] ] ) ; # fhir:address [ fhir:use [ fhir:v "work" ] ; fhir:line ( [ fhir:v "91, Building A" ] ) ; fhir:city [ fhir:v "Pune" ] ; fhir:postalCode [ fhir:v "451855" ] ; fhir:country [ fhir:v "IND" ] ] ; # fhir:physicalType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/location-physical-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "wi" ] ; fhir:display [ fhir:v "Wing" ] ] ) ] ; # fhir:position [ fhir:longitude [ fhir:v "-83.6945691"^^xsd:decimal ] ; fhir:latitude [ fhir:v "42.25475478"^^xsd:decimal ] ; fhir:altitude [ fhir:v "0"^^xsd:decimal ] ] ; # fhir:managingOrganization [ fhir:link ; fhir:reference [ fhir:v "Organization/example-01" ] ] . # a fhir:Coverage ; fhir:id [ fhir:v "Coverage-example-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/Coverage"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Coverage

Resource Coverage "Coverage-example-01"

Profile: Coverage

identifier: id: 235037120

status: active

type: PAY (Coverage SelfPay Codes#pay)

subscriber: See above (Patient/Patient-example-01)

subscriberId: ABC123456BI007

beneficiary: See above (Patient/Patient-example-01)

relationship: Self (SubscriberPolicyholder Relationship Codes#self)

period: ?? --> 2026-03-17

payor: See above (Organization/Organization-example-01)

" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "https://xyzinsurance.in/policynumber/"^^xsd:anyURI ] ; fhir:value [ fhir:v "235037120" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-selfpay"^^xsd:anyURI ] ; fhir:code [ fhir:v "pay" ] ; fhir:display [ fhir:v "PAY" ] ] ) ] ; # fhir:subscriber [ fhir:link ; fhir:reference [ fhir:v "Patient/Patient-example-01" ] ] ; # fhir:subscriberId [ fhir:v "ABC123456BI007"] ; # fhir:beneficiary [ fhir:link ; fhir:reference [ fhir:v "Patient/Patient-example-01" ] ] ; # fhir:relationship [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ; fhir:code [ fhir:v "self" ] ] ) ] ; # fhir:period [ fhir:end [ fhir:v "2026-03-17"^^xsd:date ] ] ; # fhir:payor ( [ fhir:link ; fhir:reference [ fhir:v "Organization/Organization-example-01" ] ] ) . # # -------------------------------------------------------------------------------------