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

Profile: CoverageEligibilityRequest

identifier: id: 13248

status: active

priority: Normal (Process Priority Codes#normal)

purpose: validation, discovery

patient: Patient/example-01 ""

serviced: 2023-07-08

created: 2022-07-08

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

12121

focal: true

coverage: Coverage/example-01

item

id

1243

category: Dental care (SNOMED CT#225362009)

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

provider: Practitioner/example-01 ""

UnitPrices

-ValueCurrency
*150000INR
" ] ; # fhir:identifier ( [ fhir:value [ fhir:v "13248" ] ] ) ; # 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:v "discovery"] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:serviced [ fhir:v "2023-07-08"^^xsd:date] ; # fhir:created [ fhir:v "2022-07-08"^^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 "12121" ] ; fhir:focal [ fhir:v "true"^^xsd:boolean ] ; 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:provider [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; fhir:unitPrice [ fhir:value [ fhir:v "150000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] ) . # # -------------------------------------------------------------------------------------