FHIR IG analytics| Package | hl7.fhir.us.qicore.r4b |
| Resource Type | Claim |
| Id | Claim-example.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Claim example
Profile: QICore Claim
identifier: http://example.org/claim/6612346
status: Active
type: Vision
use: Claim
created: 2014-08-16
insurer: Organization Health Level Seven International
provider: Practitioner Adam Careful
priority: Normal
| Type | Party |
| Provider | Practitioner Adam Careful |
| Sequence | Provider |
| 1 | Practitioner Adam Careful |
| Sequence | Diagnosis[x] |
| 1 | Degenerative myopia, bilateral |
| Sequence | Focal | Coverage |
| 1 | true | Coverage: identifier = Member Number; status = active; type = Other Private Insurance; dependent = 0; relationship = Self; period = 2011-05-23 --> 2012-05-23; order = 9 |
item
sequence: 1
careTeamSequence: 1
productOrService: glasses
serviced: 2014-08-16
UnitPrices
Value Currency 214.00 United States dollar detail
sequence: 1
productOrService: frame
UnitPrices
Value Currency 100.00 United States dollar Nets
Value Currency 100.00 United States dollar detail
sequence: 2
productOrService: lens
quantity: 2
UnitPrices
Value Currency 50.00 United States dollar Nets
Value Currency 100.00 United States dollar detail
sequence: 3
productOrService: fst
UnitPrices
Value Currency 200.00 United States dollar factor: 0.07
Nets
Value Currency 14.00 United States dollar
{
"resourceType": "Claim",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-claim"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/claim",
"value": "6612346"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "vision"
}
]
},
"use": "claim",
"patient": {
"reference": "Patient/example"
},
"created": "2014-08-16",
"insurer": {
"reference": "Organization/example"
},
"provider": {
"reference": "Practitioner/example"
},
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/processpriority",
"code": "normal"
}
]
},
"prescription": {
"reference": "MedicationRequest/example"
},
"payee": {
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/payeetype",
"code": "provider"
}
]
},
"party": {
"reference": "Practitioner/example"
}
},
"careTeam": [
{
"sequence": 1,
"provider": {
"reference": "Practitioner/example"
}
}
],
"diagnosis": [
{
"sequence": 1,
"diagnosisCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10-cm",
"code": "H44.23"
}
]
}
}
],
"insurance": [
{
"sequence": 1,
"focal": true,
"coverage": {
"reference": "Coverage/example"
}
}
],
"item": [
{
"sequence": 1,
"careTeamSequence": [
1
],
"productOrService": {
"coding": [
{
"system": "http://example.org/fhir/CodeSystem/ex-visionservice",
"code": "glasses"
}
]
},
"servicedDate": "2014-08-16",
"unitPrice": {
"value": 214,
"currency": "USD"
},
"detail": [
{
"sequence": 1,
"productOrService": {
"coding": [
{
"system": "http://example.org/fhir/CodeSystem/ex-visionservice",
"code": "frame"
}
]
},
"unitPrice": {
"value": 100,
"currency": "USD"
},
"net": {
"value": 100,
"currency": "USD"
}
},
{
"sequence": 2,
"productOrService": {
"coding": [
{
"system": "http://example.org/fhir/CodeSystem/ex-visionservice",
"code": "lens"
}
]
},
"quantity": {
"value": 2
},
"unitPrice": {
"value": 50,
"currency": "USD"
},
"net": {
"value": 100,
"currency": "USD"
}
},
{
"sequence": 3,
"productOrService": {
"coding": [
{
"system": "http://example.org/fhir/CodeSystem/ex-visionservice",
"code": "fst"
}
]
},
"unitPrice": {
"value": 200,
"currency": "USD"
},
"factor": 0.07,
"net": {
"value": 14,
"currency": "USD"
}
}
]
}
]
}