@prefix fhir: . @prefix owl: . @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

Resource CoverageEligibilityRequest "validation-example-01" (Language "en")

Profile: CoverageEligibilityRequest

identifier: id: 7612345

status: active

priority: Normal (Process Priority Codes#normal)

purpose: validation

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
" ] ; # 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 "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" ] ] ] ) . # # -------------------------------------------------------------------------------------