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

Language: en

Profile: CoverageEligibilityRequest

identifier: 7612345

status: Active

priority: Normal

purpose: Coverage Validation

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

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

enterer: Practitioner Dr. DEF

provider: Practitioner Dr. DEF

insurer: Organization XYZ Insurance Co. Ltd.

facility: Location South Wing, second floor

Insurances

-FocalCoverage
*trueCoverage: identifier = https://xyzinsurance.in/policynumber/#235037120; status = active; type = PAY; subscriberId = ABC123456BI007; relationship = Self; period = (?) --> 2026-03-17
"^^rdf:XMLLiteral ] ; # fhir:identifier ( [ 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 "validation"] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "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/example-01" ] ] ; # fhir:provider [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; # fhir:insurer [ fhir:link ; fhir:reference [ fhir:v "Organization/example-02" ] ] ; # fhir:facility [ fhir:link ; fhir:reference [ fhir:v "Location/example-03" ] ] ; # fhir:insurance ( [ fhir:focal [ fhir:v "true"^^xsd:boolean ] ; fhir:coverage [ fhir:link ; fhir:reference [ fhir:v "Coverage/example-01" ] ] ] ) . # # -------------------------------------------------------------------------------------