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

Generated Narrative: CoverageEligibilityResponse

Resource CoverageEligibilityResponse "validation-example-01"

Profile: CoverageEligibilityResponse

status: active

purpose: validation

patient: Patient/example-01 ""

serviced: 2023-07-08

created: 2022-07-08

requestor: Practitioner/example-01 ""

request: CoverageEligibilityRequest/validation-example-01

outcome: complete

disposition: Policy is currently in-force.

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

insurance

id

1221

coverage: Coverage/example-01

inforce: true

Items

-ProductOrService
*Removal of foreign body (SNOMED CT#10849003)
" ] ; # fhir:status [ fhir:v "active"] ; # fhir:purpose ( [ fhir:v "validation"] ) ; # 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:requestor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; # fhir:request [ fhir:link ; fhir:reference [ fhir:v "CoverageEligibilityRequest/validation-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/example-01" ] ] ; # fhir:insurance ( [ fhir:id [ fhir:v "1221" ] ; fhir:coverage [ fhir:link ; fhir:reference [ fhir:v "Coverage/example-01" ] ] ; fhir:inforce [ fhir:v "true"^^xsd:boolean ] ; fhir:item ( [ 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" ] ] ) ] ] ) ] ) . # # -------------------------------------------------------------------------------------