@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ClaimResponse ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ClaimResponse-enhancement-example-01"] ; # fhir:meta [ fhir:profile ( [ fhir:v "https://nrces.in/ndhm/fhir/r4/StructureDefinition/ClaimResponse"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: ClaimResponse

Resource ClaimResponse "ClaimResponse-enhancement-example-01"

Profile: ClaimResponse

status: active

type: Inpatient care management (procedure) (SNOMED CT#737481003)

subType: Emergency Claim (Example Claim SubType Codes#emergency)

use: preauthorization

patient: Patient/example-01 ""

created: 2023-12-12 15:32:26+0530

insurer: Organization/example-02 "XYZ Insurance Co. Ltd."

requestor: Organization/example-03 "XYZ Hospital Co. Ltd."

request: Claim/Claim-enhancement-example-01

outcome: complete

disposition: The enclosed services are authorized for your provision within 30 days of this notice.

preAuthRef: 123456

payeeType: Provider (Payee Type Codes#provider)

item

itemSequence: 1

adjudication

category: Eligible Amount (Adjudication Value Codes#eligible)

reason: Covered (SNOMED CT#255334000)

Amounts

-ValueCurrency
*10000.00INR

item

itemSequence: 2

adjudication

category: Eligible Amount (Adjudication Value Codes#eligible)

reason: Covered (SNOMED CT#255334000)

Amounts

-ValueCurrency
*10000INR

total

category: Submitted Amount (Adjudication Value Codes#submitted)

Amounts

-ValueCurrency
*20000INR

Insurances

-SequenceFocalCoverage
*1trueCoverage/example-01
" ] ; # fhir:status [ fhir:v "active"] ; # fhir:type [ fhir:coding ( [ a sct:737481003 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "737481003" ] ; fhir:display [ fhir:v "Inpatient care management (procedure)" ] ] ) ] ; # fhir:subType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/ex-claimsubtype"^^xsd:anyURI ] ; fhir:code [ fhir:v "emergency" ] ] ) ] ; # fhir:use [ fhir:v "preauthorization"] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:created [ fhir:v "2023-12-12T15:32:26.605+05:30"^^xsd:dateTime] ; # fhir:insurer [ fhir:link ; fhir:reference [ fhir:v "Organization/example-02" ] ] ; # fhir:requestor [ fhir:link ; fhir:reference [ fhir:v "Organization/example-03" ] ] ; # fhir:request [ fhir:link ; fhir:reference [ fhir:v "Claim/Claim-enhancement-example-01" ] ] ; # fhir:outcome [ fhir:v "complete"] ; # fhir:disposition [ fhir:v "The enclosed services are authorized for your provision within 30 days of this notice."] ; # fhir:preAuthRef [ fhir:v "123456"] ; # fhir:payeeType [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/payeetype"^^xsd:anyURI ] ; fhir:code [ fhir:v "provider" ] ] ) ] ; # fhir:item ( [ fhir:itemSequence [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:adjudication ( [ fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/adjudication"^^xsd:anyURI ] ; fhir:code [ fhir:v "eligible" ] ; fhir:display [ fhir:v "Eligible Amount" ] ] ) ] ; fhir:reason [ fhir:coding ( [ a sct:255334000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "255334000" ] ; fhir:display [ fhir:v "Covered" ] ] ) ] ; fhir:amount [ fhir:value [ fhir:v "10000.00"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] ) ] [ fhir:itemSequence [ fhir:v "2"^^xsd:positiveInteger ] ; fhir:adjudication ( [ fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/adjudication"^^xsd:anyURI ] ; fhir:code [ fhir:v "eligible" ] ; fhir:display [ fhir:v "Eligible Amount" ] ] ) ] ; fhir:reason [ fhir:coding ( [ a sct:255334000 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ; fhir:code [ fhir:v "255334000" ] ; fhir:display [ fhir:v "Covered" ] ] ) ] ; fhir:amount [ fhir:value [ fhir:v "10000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] ) ] ) ; # fhir:total ( [ fhir:category [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/adjudication"^^xsd:anyURI ] ; fhir:code [ fhir:v "submitted" ] ] ) ] ; fhir:amount [ fhir:value [ fhir:v "20000"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] ) ; # fhir:insurance ( [ fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:focal [ fhir:v "true"^^xsd:boolean ] ; fhir:coverage [ fhir:link ; fhir:reference [ fhir:v "Coverage/example-01" ] ] ] ) . # # -------------------------------------------------------------------------------------