FHIR IG analytics| Package | synapxe.nde |
| Resource Type | Claim |
| Id | ClaimResponse.json |
| FHIR Version | R5 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Claim",
"id": "claim-001",
"meta": {
"versionId": "1",
"lastUpdated": "2025-08-21T15:45:30.123Z"
},
"identifier": [
{
"system": "https://fhir.synapxe.sg/identifier/claim",
"value": "CLM-2025-001234"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "institutional",
"display": "Institutional"
}
]
},
"created": "2025-01-01T00:00:00Z",
"use": "claim",
"insurer": {
"reference": "Organization/insurer-001"
},
"patient": {
"reference": "Patient/patient-12345"
},
"encounter": [
{
"reference": "Encounter/encounter-67890"
}
],
"diagnosis": [
{
"sequence": 1,
"diagnosisCodeableConcept": {
"text": "Essential hypertension"
}
}
]
}