FHIR IG analytics| Package | hl7.fhir.us.eltss.r4 |
| Resource Type | Claim |
| Id | Claim-claim3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Claim "claim3" Version "1" Updated "2020-09-03 10:16:03-0400"
Information Source: #KZ0jzPjXDrhCiMif!
Profile: Claim_eltss
status: active
type: Professional (Claim Type Codes#professional)
use: claim
patient: Patient/patientBSJ1 " SMITH-JOHNSON"
created: 2020-05-01
provider: Organization/funding1 "Texas Department of Community Health"
priority: Normal (Process Priority Codes#normal)
| Sequence | Focal | Coverage |
| 1 | true | Coverage/coverage1 |
item
sequence: 1
productOrService: Therapeutic procedure, 1 or more areas, each 15 minutes; therapeutic exercises to develop strength and endurance, range of motion and flexibility (Current Procedural Terminology (CPT®)#97110)
UnitPrices
Value 65 Nets
Value 780
{
"resourceType": "Claim",
"id": "claim3",
"meta": {
"versionId": "1",
"lastUpdated": "2020-09-03T10:16:03.512-04:00",
"source": "#KZ0jzPjXDrhCiMif",
"profile": [
"http://hl7.org/fhir/us/eltss/StructureDefinition/Claim-eltss"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "professional"
}
]
},
"use": "claim",
"patient": {
"reference": "Patient/patientBSJ1"
},
"created": "2020-05-01",
"provider": {
"reference": "Organization/funding1"
},
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/processpriority",
"code": "normal"
}
]
},
"insurance": [
{
"sequence": 1,
"focal": true,
"coverage": {
"reference": "Coverage/coverage1"
}
}
],
"item": [
{
"sequence": 1,
"productOrService": {
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "97110"
}
]
},
"unitPrice": {
"value": 65
},
"net": {
"value": 780
}
}
]
}