FHIR Implementation Guide for ABDM
6.0.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: CoverageEligibilityResponse/discovery-example-01 - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CoverageEligibilityResponse ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "discovery-example-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityResponse"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityResponse>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p><b>Generated Narrative: CoverageEligibilityResponse</b><a name=\"discovery-example-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource CoverageEligibilityResponse &quot;discovery-example-01&quot;  (Language &quot;en&quot;) </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageEligibilityResponse.html\">CoverageEligibilityResponse</a></p></div><p><b>status</b>: active</p><p><b>purpose</b>: discovery</p><p><b>patient</b>: <a href=\"Patient-example-01.html\">Patient/example-01</a> &quot;&quot;</p><p><b>created</b>: 2023-09-11</p><p><b>requestor</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> &quot;&quot;</p><p><b>request</b>: <a href=\"CoverageEligibilityRequest-discovery-example-01.html\">CoverageEligibilityRequest/discovery-example-01</a></p><p><b>outcome</b>: complete</p><p><b>disposition</b>: Policy is currently in-force.</p><p><b>insurer</b>: <a href=\"Organization-example-02.html\">Organization/example-02</a> &quot;XYZ Insurance Co. Ltd.&quot;</p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Coverage</b></td><td><b>Inforce</b></td><td><b>BenefitPeriod</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Coverage-example-01.html\">Coverage/example-01</a></td><td>true</td><td>2023-09-07 --&gt; 2026-08-07</td></tr></table></div>"
  ] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:purpose ( [ fhir:v "discovery"] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-01" ]
  ] ; # 
  fhir:created [ fhir:v "2023-09-11"^^xsd:date] ; # 
  fhir:requestor [
fhir:reference [ fhir:v "Practitioner/example-01" ]
  ] ; # 
  fhir:request [
fhir:reference [ fhir:v "CoverageEligibilityRequest/discovery-example-01" ]
  ] ; # 
  fhir:outcome [ fhir:v "complete"] ; # 
  fhir:disposition [ fhir:v "Policy is currently in-force."] ; # 
  fhir:insurer [
fhir:reference [ fhir:v "Organization/example-02" ]
  ] ; # 
  fhir:insurance ( [
fhir:coverage [
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 ]     ]
  ] ) . #