FHIR Implementation Guide for ABDM - Local Development build (v5.0.0). See the Directory of published versions
@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 "auth-requirement-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: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: CoverageEligibilityRequest</b><a name=\"auth-requirement-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 "auth-requirement-example-01" (Language "en") </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-CoverageEligibilityRequest.html\">CoverageEligibilityRequest</a></p></div><p><b>identifier</b>: id: 7612345</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.3.0/CodeSystem-processpriority.html\">Process Priority Codes</a>#normal)</span></p><p><b>purpose</b>: auth-requirements</p><p><b>patient</b>: <a href=\"Patient-example-01.html\">Patient/example-01</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/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-02.html\">Organization/example-02</a> "XYZ Insurance Co. Ltd."</p><p><b>facility</b>: <a href=\"Location-example-03.html\">Location/example-03</a> "South Wing, second floor"</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/example-01</a></td></tr></table><blockquote><p><b>item</b></p><p><b>productOrService</b>: Consultant <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#768839008)</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Diagnosis[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Type 2 diabetes mellitus : Without complications <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10.html\">ICD-10</a>#E11.9)</span></td></tr></table></blockquote><blockquote><p><b>item</b></p><p><b>productOrService</b>: Metformin hydrochloride 500 mg prolonged-release oral tablet <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#765507008)</span></p><h3>Diagnoses</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Diagnosis[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>Type 2 diabetes mellitus : Without complications <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10.html\">ICD-10</a>#E11.9)</span></td></tr></table></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://irdai.gov.in"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7612345" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:priority [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/processpriority"^^xsd:anyURI ] ;
fhir:code [ fhir:v "normal" ] ;
fhir:display [ fhir:v "Normal" ] ] )
] ; #
fhir:purpose ( [ fhir:v "auth-requirements"] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example-01" ]
] ; #
fhir:created [ fhir:v "2023-09-07T11:01:00+05:00"^^xsd:dateTime] ; #
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-02" ]
] ; #
fhir:facility [
fhir:reference [ fhir:v "Location/example-03" ]
] ; #
fhir:insurance ( [
fhir:focal [ fhir:v "true"^^xsd:boolean ] ;
fhir:coverage [
fhir:reference [ fhir:v "Coverage/example-01" ] ]
] ) ; #
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:diagnosis [
fhir:diagnosis [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "E11.9" ] ;
fhir:display [ fhir:v "Type 2 diabetes mellitus : Without complications" ] ] ) ] ] )
] [
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" ] ] ) ] ;
( fhir:diagnosis [
fhir:diagnosis [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10"^^xsd:anyURI ] ;
fhir:code [ fhir:v "E11.9" ] ;
fhir:display [ fhir:v "Type 2 diabetes mellitus : Without complications" ] ] ) ] ] )
] ) . #
IG © 2020+ National Resource Center for EHR Standards. Package ndhm.in#5.0.0 based on FHIR 4.0.1. Generated 2023-12-22
Links: Table of Contents |
QA Report
| Version History |