FHIR Implementation Guide for ABDM
3.1.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions

: CoverageEligibilityRequest/preauth-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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:CoverageEligibilityRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "preauth-example-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityRequest"^^xsd:anyURI ;
fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityRequest>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CoverageEligibilityRequest</b><a name=\"preauth-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 CoverageEligibilityRequest &quot;preauth-example-01&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageEligibilityRequest.html\">CoverageEligibilityRequest</a></p></div><p><b>identifier</b>: id: 9900</p><p><b>status</b>: active</p><p><b>priority</b>: normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ([not stated]#normal)</span></p><p><b>purpose</b>: validation, auth-requirements</p><p><b>patient</b>: <a href=\"Patient-example-01.html\">Patient/example-01</a> &quot;&quot;</p><p><b>serviced</b>: 2025-08-08</p><p><b>created</b>: 2022-08-07</p><p><b>enterer</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> &quot;&quot;</p><p><b>provider</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> &quot;&quot;</p><p><b>insurer</b>: <a href=\"Organization-example-01.html\">Organization/example-01</a> &quot;XYZ Lab Pvt.Ltd.&quot;</p><p><b>facility</b>: <a href=\"Location-example-01.html\">Location/example-01</a> &quot;South Wing, second floor&quot;</p><blockquote><p><b>insurance</b></p><blockquote><p><b>id</b></p>222</blockquote><p><b>coverage</b>: <a href=\"Coverage-example-01.html\">Coverage/example-01</a></p></blockquote><blockquote><p><b>item</b></p><blockquote><p><b>id</b></p>1243</blockquote><p><b>category</b>: Dental care <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#225362009)</span></p><p><b>productOrService</b>: Removal of foreign body <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#10849003)</span></p><blockquote><p><b>diagnosis</b></p><blockquote><p><b>id</b></p>1111</blockquote><p><b>diagnosis</b>: <a href=\"Condition-example-01.html\">Condition/example-01</a></p></blockquote></blockquote></div>"
  ] ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "9900" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:priority [
    ( fhir:coding [
fhir:code [ fhir:v "normal" ]     ] )
  ] ; # 
  fhir:purpose ( [ fhir:v "validation"] [ fhir:v "auth-requirements"] ) ; # 
  fhir:patient [
fhir:reference [ fhir:v "Patient/example-01" ]
  ] ; # 
  fhir:serviced [ fhir:v "2025-08-08"^^xsd:date] ; # 
  fhir:created [ fhir:v "2022-08-07"^^xsd:date] ; # 
  fhir:enterer [
fhir:reference [ fhir:v "Practitioner/example-01" ]
  ] ; # 
  fhir:provider [
fhir:reference [ fhir:v "Practitioner/example-01" ]
  ] ; # 
  fhir:insurer [
fhir:reference [ fhir:v "Organization/example-01" ]
  ] ; # 
  fhir:facility [
fhir:reference [ fhir:v "Location/example-01" ]
  ] ; # 
  fhir:insurance ( [
fhir:id [ fhir:v "222" ] ;
fhir:coverage [
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:diagnosis [
fhir:id [ fhir:v "1111" ] ;
fhir:diagnosis [
a fhir:Reference ;
fhir:reference [ fhir:v "Condition/example-01" ]       ]     ] )
  ] ) . #