FHIR Implementation Guide for ABDM
7.0.0 - active India flag

Banner

FHIR Implementation Guide for ABDM - Local Development build (v7.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CoverageEligibilityRequest/validation-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 -------------------------------------------------------------------

<http://hl7.org/fhir/CoverageEligibilityRequest/validation-example-01> a fhir:CoverageEligibilityRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "validation-example-01"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityRequest" ;
       fhir:index 0 ;
       fhir:link <https://nrces.in/ndhm/fhir/r4/StructureDefinition/CoverageEligibilityRequest>
     ]
  ] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: CoverageEligibilityRequest validation-example-01</b></p><a name=\"validation-example-01\"> </a><a name=\"hcvalidation-example-01\"> </a><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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageEligibilityRequest.html\">CoverageEligibilityRequest</a></p></div><p><b>identifier</b>: 7612345</p><p><b>status</b>: Active</p><p><b>priority</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/processpriority normal}\">Normal</span></p><p><b>purpose</b>: Coverage Validation</p><p><b>patient</b>: <a href=\"Patient-example-01.html\">ABC Male, DoB: 1981-01-12 ( Medical record number: 22-7225-4829-5255)</a></p><p><b>created</b>: 2023-09-07 11:01:00+0500</p><p><b>enterer</b>: <a href=\"Practitioner-example-01.html\">Practitioner Dr. DEF</a></p><p><b>provider</b>: <a href=\"Practitioner-example-01.html\">Practitioner Dr. DEF</a></p><p><b>insurer</b>: <a href=\"Organization-example-02.html\">Organization XYZ Insurance Co. Ltd.</a></p><p><b>facility</b>: <a href=\"Location-example-03.html\">Location South Wing, second floor</a></p><h3>Insurances</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Focal</b></td><td><b>Coverage</b></td></tr><tr><td style=\"display: none\">*</td><td>true</td><td><a href=\"Coverage-example-01.html\">Coverage: identifier = https://xyzinsurance.in/policynumber/#235037120; status = active; type = PAY; subscriberId = ABC123456BI007; relationship = Self; period = (?) --&gt; 2026-03-17</a></td></tr></table></div>"
  ] ;
  fhir:CoverageEligibilityRequest.identifier [
     fhir:index 0 ;
     fhir:Identifier.value [ fhir:value "7612345" ]
  ] ;
  fhir:CoverageEligibilityRequest.status [ fhir:value "active"] ;
  fhir:CoverageEligibilityRequest.priority [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/processpriority" ] ;
       fhir:Coding.code [ fhir:value "normal" ] ;
       fhir:Coding.display [ fhir:value "Normal" ]
     ]
  ] ;
  fhir:CoverageEligibilityRequest.purpose [
     fhir:value "validation" ;
     fhir:index 0
  ] ;
  fhir:CoverageEligibilityRequest.patient [
     fhir:link <http://hl7.org/fhir/Patient/example-01> ;
     fhir:Reference.reference [ fhir:value "Patient/example-01" ]
  ] ;
  fhir:CoverageEligibilityRequest.created [ fhir:value "2023-09-07T11:01:00+05:00"^^xsd:dateTime] ;
  fhir:CoverageEligibilityRequest.enterer [
     fhir:link <http://hl7.org/fhir/Practitioner/example-01> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example-01" ]
  ] ;
  fhir:CoverageEligibilityRequest.provider [
     fhir:link <http://hl7.org/fhir/Practitioner/example-01> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example-01" ]
  ] ;
  fhir:CoverageEligibilityRequest.insurer [
     fhir:link <http://hl7.org/fhir/Organization/example-02> ;
     fhir:Reference.reference [ fhir:value "Organization/example-02" ]
  ] ;
  fhir:CoverageEligibilityRequest.facility [
     fhir:link <http://hl7.org/fhir/Location/example-03> ;
     fhir:Reference.reference [ fhir:value "Location/example-03" ]
  ] ;
  fhir:CoverageEligibilityRequest.insurance [
     fhir:index 0 ;
     fhir:CoverageEligibilityRequest.insurance.focal [ fhir:value "true"^^xsd:boolean ] ;
     fhir:CoverageEligibilityRequest.insurance.coverage [
       fhir:link <http://hl7.org/fhir/Coverage/example-01> ;
       fhir:Reference.reference [ fhir:value "Coverage/example-01" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/example-01> a fhir:Patient .

<http://hl7.org/fhir/Practitioner/example-01> a fhir:Practitioner .

<http://hl7.org/fhir/Organization/example-02> a fhir:Organization .

<http://hl7.org/fhir/Location/example-03> a fhir:Location .

<http://hl7.org/fhir/Coverage/example-01> a fhir:Coverage .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CoverageEligibilityRequest/validation-example-01.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CoverageEligibilityRequest/validation-example-01.ttl> .