FHIR Implementation Guide for ABDM 3.1.0 - active
FHIR Implementation Guide for ABDM - Local Development build (v3.1.0). See the Directory of published versions
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 "validation-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\">Coverage Eligibility Request for Validation </div>" ] ; # fhir:identifier ( [ fhir:id [ fhir:v "13245" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:priority [ ( fhir:coding [ fhir:code [ fhir:v "normal" ] ] ) ] ; # fhir:purpose ( [ fhir:v "validation"] ) ; # fhir:patient [ fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:serviced [ fhir:v "2023-07-04"^^xsd:date] ; # fhir:created [ fhir:v "2022-07-04"^^xsd:date] ; # fhir:enterer [ fhir:reference [ fhir:v "Practitioner/example-01" ] ] ; # fhir:provider [ fhir:reference [ fhir:v "Organization/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 "1a" ] ; fhir:focal [ fhir:v "true"^^xsd:boolean ] ; fhir:coverage [ fhir:reference [ fhir:v "Coverage/example-01" ] ] ; fhir:businessArrangement [ fhir:v "star-health" ] ] ) ; # 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 "12453" ] ; fhir:diagnosis [ a fhir:Reference ; fhir:reference [ fhir:v "Condition/example-01" ] ] ] ) ] ) . #