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

Generated Narrative: CoverageEligibilityResponse

Resource CoverageEligibilityResponse "auth-requirements-example-01" (Language "en")

Profile: CoverageEligibilityResponse

status: active

purpose: auth-requirements

patient: Patient/example-01 ""

created: 2023-09-07

requestor: Practitioner/example-01 ""

request: CoverageEligibilityRequest/auth-requirement-example-01

outcome: complete

disposition: Policy is currently in-force.

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

insurance

coverage: Coverage/example-01

inforce: true

benefitPeriod: 2023-09-07 --> 2026-08-07

item

productOrService: Consultant (SNOMED CT#768839008)

item

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

" ] ; # fhir:status [ fhir:v "active"] ; # fhir:purpose ( [ fhir:v "auth-requirements"] ) ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:created [ fhir:v "2023-09-07"^^xsd:date] ; # fhir:requestor [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; # fhir:request [ fhir:link ; fhir:reference [ fhir:v "CoverageEligibilityRequest/auth-requirement-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-02" ] ] ; # fhir:insurance ( [ fhir:coverage [ fhir:link ; fhir:reference [ fhir:v "Coverage/example-01" ] ] ; fhir:inforce [ fhir:v "true"^^xsd:boolean ] ; fhir:benefitPeriod [ fhir:start [ fhir:v "2023-09-07"^^xsd:date ] ; fhir:end [ fhir:v "2026-08-07"^^xsd:date ] ] ; 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: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" ] ] ) ] ] ) ] ) . # # -------------------------------------------------------------------------------------