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

Generated Narrative: Claim

Resource Claim "example-01"

Profile: Claim

identifier: id: 7612345

status: active

type: Pharmacy (Claim Type Codes#pharmacy)

use: claim

patient: Patient/example-01 ""

created: 2014-08-16

insurer: Organization/example-01 "XYZ Lab Pvt.Ltd."

provider: Organization/example-01 "XYZ Lab Pvt.Ltd."

priority: Immediate (Process Priority Codes#stat)

Payees

-Type
*Provider (Claim Payee Type Codes#provider)

CareTeams

-SequenceProvider
*1Practitioner/example-01 ""

Diagnoses

-SequenceDiagnosis[x]Type
*1654456 ([not stated]#654456)Oral (Claim Type Codes#oral)

Insurances

-SequenceFocalCoveragePreAuthRef
*1trueCoverage/example-0112345

item

sequence: 1

careTeamSequence: 1

productOrService: Smoking cessation (Example Pharmacy Service Codes#smokecess)

serviced: 2014-08-16

UnitPrices

-ValueCurrency
*60.00INR

Nets

-ValueCurrency
*60.00INR
" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://happypharma.com/claim"^^xsd:anyURI ] ; fhir:value [ fhir:v "7612345" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "pharmacy" ] ] ) ] ; # fhir:use [ fhir:v "claim"] ; # fhir:patient [ fhir:link ; fhir:reference [ fhir:v "Patient/example-01" ] ] ; # fhir:created [ fhir:v "2014-08-16"^^xsd:date] ; # fhir:insurer [ fhir:link ; fhir:reference [ fhir:v "Organization/example-01" ] ] ; # fhir:provider [ fhir:link ; fhir:reference [ fhir:v "Organization/example-01" ] ] ; # fhir:priority [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/processpriority"^^xsd:anyURI ] ; fhir:code [ fhir:v "stat" ] ] ) ] ; # fhir:payee [ fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/payeetype"^^xsd:anyURI ] ; fhir:code [ fhir:v "provider" ] ] ) ] ] ; # fhir:careTeam ( [ fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:provider [ fhir:link ; fhir:reference [ fhir:v "Practitioner/example-01" ] ] ] ) ; # fhir:diagnosis ( [ fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:diagnosis [ a fhir:CodeableConcept ; fhir:coding ( [ fhir:code [ fhir:v "654456" ] ] ) ] ; fhir:type ( [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/claim-type"^^xsd:anyURI ] ; fhir:code [ fhir:v "oral" ] ] ) ] ) ] ) ; # 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" ] ] ; fhir:preAuthRef ( [ fhir:v "12345" ] ) ] ) ; # fhir:item ( [ fhir:sequence [ fhir:v "1"^^xsd:positiveInteger ] ; fhir:careTeamSequence ( [ fhir:v "1"^^xsd:positiveInteger ] ) ; fhir:productOrService [ fhir:coding ( [ fhir:system [ fhir:v "http://hl7.org/fhir/ex-pharmaservice"^^xsd:anyURI ] ; fhir:code [ fhir:v "smokecess" ] ] ) ] ; fhir:serviced [ fhir:v "2014-08-16"^^xsd:date ] ; fhir:unitPrice [ fhir:value [ fhir:v "60.00"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ; fhir:net [ fhir:value [ fhir:v "60.00"^^xsd:decimal ] ; fhir:currency [ fhir:v "INR" ] ] ] ) . # # -------------------------------------------------------------------------------------