FHIR Implementation Guide for ABDM
3.0.0 - CI Build India flag


banner

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

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

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

 a fhir:CoverageEligibilityRequest;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "discovery-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:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: CoverageEligibilityRequest</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 CoverageEligibilityRequest \"discovery-example-01\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageEligibilityRequest.html\">CoverageEligibilityRequest</a></p></div><p><b>identifier</b>: id: 13248</p><p><b>status</b>: active</p><p><b>priority</b>: Normal <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-processpriority.html\">Process Priority Codes</a>#normal)</span></p><p><b>purpose</b>: validation, discovery</p><p><b>patient</b>: <a href=\"Patient-example-01.html\">Patient/example-01</a> \"\"</p><p><b>serviced</b>: 2023-07-08</p><p><b>created</b>: 2022-07-08</p><p><b>enterer</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> \"\"</p><p><b>provider</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> \"\"</p><p><b>insurer</b>: <a href=\"Organization-example-01.html\">Organization/example-01</a> \"XYZ Lab Pvt.Ltd.\"</p><p><b>facility</b>: <a href=\"Location-example-01.html\">Location/example-01</a> \"South Wing, second floor\"</p><blockquote><p><b>insurance</b></p><p><b>focal</b>: true</p><p><b>coverage</b>: <a href=\"Coverage-example-01.html\">Coverage/example-01</a></p></blockquote><blockquote><p><b>item</b></p><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><p><b>provider</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> \"\"</p><h3>UnitPrices</h3><table class=\"grid\"><tr><td>-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td>*</td><td>150000</td><td>INR</td></tr></table></blockquote></div>"
  ];
  fhir:CoverageEligibilityRequest.identifier [
     fhir:index 0;
     fhir:Identifier.value [ fhir:value "13248" ]
  ];
  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:value "discovery";
     fhir:index 1
  ];
  fhir:CoverageEligibilityRequest.patient [
     fhir:Reference.reference [ fhir:value "Patient/example-01" ]
  ];
  fhir:CoverageEligibilityRequest.servicedDate [ fhir:value "2023-07-08"^^xsd:date];
  fhir:CoverageEligibilityRequest.created [ fhir:value "2022-07-08"^^xsd:date];
  fhir:CoverageEligibilityRequest.enterer [
     fhir:Reference.reference [ fhir:value "Practitioner/example-01" ]
  ];
  fhir:CoverageEligibilityRequest.provider [
     fhir:Reference.reference [ fhir:value "Practitioner/example-01" ]
  ];
  fhir:CoverageEligibilityRequest.insurer [
     fhir:Reference.reference [ fhir:value "Organization/example-01" ]
  ];
  fhir:CoverageEligibilityRequest.facility [
     fhir:Reference.reference [ fhir:value "Location/example-01" ]
  ];
  fhir:CoverageEligibilityRequest.insurance [
     fhir:index 0;
     fhir:Element.id [ fhir:value "12121" ];
     fhir:CoverageEligibilityRequest.insurance.focal [ fhir:value "true"^^xsd:boolean ];
     fhir:CoverageEligibilityRequest.insurance.coverage [
       fhir:Reference.reference [ fhir:value "Coverage/example-01" ]     ]
  ];
  fhir:CoverageEligibilityRequest.item [
     fhir:index 0;
     fhir:Element.id [ fhir:value "1243" ];
     fhir:CoverageEligibilityRequest.item.category [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:225362009;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "225362009" ];
         fhir:Coding.display [ fhir:value "Dental care" ]       ]     ];
     fhir:CoverageEligibilityRequest.item.productOrService [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         a sct:10849003;
         fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
         fhir:Coding.code [ fhir:value "10849003" ];
         fhir:Coding.display [ fhir:value "Removal of foreign body" ]       ]     ];
     fhir:CoverageEligibilityRequest.item.provider [
       fhir:Reference.reference [ fhir:value "Practitioner/example-01" ]     ];
     fhir:CoverageEligibilityRequest.item.unitPrice [
       fhir:Money.value [ fhir:value "150000"^^xsd:decimal ];
       fhir:Money.currency [ fhir:value "INR" ]     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.