FHIR Implementation Guide for ABDM - Local Development build (v3.1.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 "discovery-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=\"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><blockquote><p><b>id</b></p>12121</blockquote><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><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><p><b>provider</b>: <a href=\"Practitioner-example-01.html\">Practitioner/example-01</a> ""</p><h3>UnitPrices</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>150000</td><td>INR</td></tr></table></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "13248" ]
] ) ; #
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 "validation"] [ fhir:v "discovery"] ) ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/example-01" ]
] ; #
fhir:serviced [ fhir:v "2023-07-08"^^xsd:date] ; #
fhir:created [ fhir:v "2022-07-08"^^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 "12121" ] ;
fhir:focal [ fhir:v "true"^^xsd:boolean ] ;
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:provider [
fhir:reference [ fhir:v "Practitioner/example-01" ] ] ;
fhir:unitPrice [
fhir:value [ fhir:v "150000"^^xsd:decimal ] ;
fhir:currency [ fhir:v "INR" ] ]
] ) . #
IG © 2020+ National Resource Center for EHR Standards. Package ndhm.in#3.1.0 based on FHIR 4.0.1. Generated 2023-08-10
Links: Table of Contents |
QA Report
| Version History |