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

Generated Narrative: CoverageEligibilityRequest

Resource CoverageEligibilityRequest "preauth-example-01"

Profile: CoverageEligibilityRequest

identifier: id: 9900

status: active

priority: normal ([not stated]#normal)

purpose: validation, auth-requirements

patient: Patient/example-01 ""

serviced: 2025-08-08

created: 2022-08-07

enterer: Practitioner/example-01 ""

provider: Practitioner/example-01 ""

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

facility: Location/example-01 "South Wing, second floor"

insurance

id

222

coverage: Coverage/example-01

item

id

1243

category: Dental care (SNOMED CT#225362009)

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

diagnosis

id

1111

diagnosis: Condition/example-01

" ] ; # fhir:identifier ( [ fhir:value [ fhir:v "9900" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:priority [ fhir:coding ( [ fhir:code [ fhir:v "normal" ] ] ) ] ; # fhir:purpose ( [ fhir:v "validation"] [ fhir:v "auth-requirements"] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:serviced [ fhir:v "2025-08-08"^^xsd:date] ; # fhir:created [ fhir:v "2022-08-07"^^xsd:date] ; # fhir:enterer [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; # fhir:provider [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; # fhir:insurer [ fhir:link ; fhir:reference [ fhir:v "Organization/example-01" ] ] ; # fhir:facility [ fhir:link ; fhir:reference [ fhir:v "Location/example-01" ] ] ; # fhir:insurance ( [ fhir:id [ fhir:v "222" ] ; fhir:coverage [ fhir:link ; fhir:reference [ fhir:v "Coverage/example-01" ] ] ] ) ; # fhir:item ( [ fhir:id [ fhir:v "1243" ] ; fhir:category [ fhir:coding ( [ a sct:225362009 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "225362009" ] ; fhir:display [ fhir:v "Dental care" ] ] ) ] ; 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:diagnosis ( [ fhir:id [ fhir:v "1111" ] ; fhir:diagnosis [ a fhir:Reference ; fhir:link ; fhir:reference [ fhir:v "Condition/example-01" ] ] ] ) ] ) . # # -------------------------------------------------------------------------------------