@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CoverageEligibilityRequest ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "benefits-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 "benefits-example-01" (Language "en")

Profile: CoverageEligibilityRequest

identifier: id: 7612345

status: active

priority: Normal (Process Priority Codes#normal)

purpose: benefits

patient: Patient/example-01 ""

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

enterer: Practitioner/example-01 ""

provider: Practitioner/example-01 ""

insurer: Organization/example-02 "XYZ Insurance Co. Ltd."

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

Insurances

-FocalCoverage
*trueCoverage/example-01

item

productOrService: Consultant (SNOMED CT#768839008)

Diagnoses

-Diagnosis[x]
*Type 2 diabetes mellitus : Without complications (ICD-10#E11.9)

item

productOrService: Metformin hydrochloride 500 mg prolonged-release oral tablet (SNOMED CT#765507008)

Diagnoses

-Diagnosis[x]
*Type 2 diabetes mellitus : Without complications (ICD-10#E11.9)
" ] ; # 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 "benefits"] ) ; # 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" ] ] ] ) ; # fhir:item ( [ fhir:productOrService [ fhir:coding ( [ a sct:768839008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "768839008" ] ; fhir:display [ fhir:v "Consultant" ] ] ) ] ; fhir:diagnosis ( [ fhir:diagnosis [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "E11.9" ] ; fhir:display [ fhir:v "Type 2 diabetes mellitus : Without complications" ] ] ) ] ] ) ] [ fhir:productOrService [ fhir:coding ( [ a sct:765507008 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "765507008" ] ; fhir:display [ fhir:v "Metformin hydrochloride 500 mg prolonged-release oral tablet" ] ] ) ] ; fhir:diagnosis ( [ fhir:diagnosis [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ; fhir:code [ fhir:v "E11.9" ] ; fhir:display [ fhir:v "Type 2 diabetes mellitus : Without complications" ] ] ) ] ] ) ] ) . # # -------------------------------------------------------------------------------------