FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.kenyaClaimsIG
Resource TypeClaim
IdClaim-CR-00001.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Claim CR-00001

Profiles: Claim Response - Preauthorization, http://fhir.sha.go.ke/fhir/StructureDefinition/eclaims-claim

identifier: http://fhir.sha.go.ke/fhir/Identifier/claim-number/CLAIM-00001

status: Active

type: Institutional Claim

subType: Inpatient

use: Preauthorization

patient: Patient/PT-0001

billablePeriod: 2025-11-01 --> 2025-11-30

created: 2025-12-16 12:00:00+0300

insurer: Organization/INS-001

provider: Organization/ORG-001

priority: Routine

Relateds

-ClaimRelationship
*Claim/CLAIM-0000XClaim

originalPrescription: MedicationRequest/MED-0001

Payees

-TypeParty
*ProviderOrganization/ORG-001

referral: ServiceRequest/SRV-0001

facility: Location/LOC-001

CareTeams

-SequenceProviderRoleQualification
*1Practitioner/PRA-001Primary ProviderMedical Doctor

SupportingInfos

-SequenceCategoryValue[x]
*1Attachmentapplication-pdf @ https://api-edi.provider.sha.go.ke/media/claim/CHURCHILL_X-RAY.pdf

Diagnoses

-SequenceDiagnosis[x]Type
*1Fracture of shaft of femurPrincipal Diagnosis

Insurances

-SequenceFocalCoverage
*1trueCoverage/COV-0001

item

sequence: 1

careTeamSequence: 1

productOrService: Open reduction and internal fixation: Femur

quantity: 1

UnitPrices

-ValueCurrency
*145600Kenyan shilling

Nets

-ValueCurrency
*145600Kenyan shilling

Totals

-ValueCurrency
*145600Kenyan shilling

Source1

{
  "resourceType": "Claim",
  "id": "CR-00001",
  "meta": {
    "profile": [
      "https://example.com/fhir/StructureDefinition/eclaims-claim",
      "http://fhir.sha.go.ke/fhir/StructureDefinition/eclaims-claim"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.sha.go.ke/fhir/Identifier/claim-number",
      "value": "CLAIM-00001"
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://fhir.sha.go.ke/fhir/CodeSystem/claim-type",
        "code": "institutional",
        "display": "Institutional Claim"
      }
    ]
  },
  "subType": {
    "coding": [
      {
        "system": "http://fhir.sha.go.ke/fhir/CodeSystem/claim-subtype",
        "code": "inpatient",
        "display": "Inpatient"
      }
    ]
  },
  "use": "preauthorization",
  "patient": {
    "reference": "Patient/PT-0001"
  },
  "billablePeriod": {
    "start": "2025-11-01",
    "end": "2025-11-30"
  },
  "created": "2025-12-16T12:00:00+03:00",
  "insurer": {
    "reference": "Organization/INS-001"
  },
  "provider": {
    "reference": "Organization/ORG-001"
  },
  "priority": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/processpriority",
        "code": "routine",
        "display": "Routine"
      }
    ]
  },
  "related": [
    {
      "claim": {
        "reference": "Claim/CLAIM-0000X"
      },
      "relationship": {
        "coding": [
          {
            "system": "http://fhir.sha.go.ke/fhir/CodeSystem/claim-relation-type",
            "code": "claim",
            "display": "Claim"
          }
        ]
      }
    }
  ],
  "originalPrescription": {
    "reference": "MedicationRequest/MED-0001"
  },
  "payee": {
    "type": {
      "coding": [
        {
          "system": "http://fhir.sha.go.ke/fhir/CodeSystem/payee-type",
          "code": "provider",
          "display": "Provider"
        }
      ]
    },
    "party": {
      "reference": "Organization/ORG-001"
    }
  },
  "referral": {
    "reference": "ServiceRequest/SRV-0001"
  },
  "facility": {
    "reference": "Location/LOC-001"
  },
  "careTeam": [
    {
      "sequence": 1,
      "provider": {
        "reference": "Practitioner/PRA-001"
      },
      "role": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/claimcareteamrole",
            "code": "primary",
            "display": "Primary Provider"
          }
        ]
      },
      "qualification": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0360/2.7",
            "code": "MD",
            "display": "Medical Doctor"
          }
        ]
      }
    }
  ],
  "supportingInfo": [
    {
      "sequence": 1,
      "category": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/claiminformationcategory",
            "code": "attachment",
            "display": "Attachment"
          }
        ]
      },
      "valueAttachment": {
        "contentType": "application-pdf",
        "url": "https://api-edi.provider.sha.go.ke/media/claim/CHURCHILL_X-RAY.pdf",
        "title": "CHURCHILL X-RAY",
        "creation": "2025-11-29T15:17:07+03:00"
      }
    }
  ],
  "diagnosis": [
    {
      "sequence": 1,
      "diagnosisCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.sha.go.ke/fhir/terminology/CodeSystem/icd-11",
            "code": "NC72.5",
            "display": "Fracture of shaft of femur"
          }
        ]
      },
      "type": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/ex-diagnosistype",
              "code": "principal",
              "display": "Principal Diagnosis"
            }
          ]
        }
      ]
    }
  ],
  "insurance": [
    {
      "sequence": 1,
      "focal": true,
      "coverage": {
        "reference": "Coverage/COV-0001"
      }
    }
  ],
  "item": [
    {
      "sequence": 1,
      "careTeamSequence": [
        1
      ],
      "productOrService": {
        "coding": [
          {
            "system": "https://fhir.sha.go.ke/fhir/CodeSystem/intervention-codes",
            "code": "SHA-19-444",
            "display": "Open reduction and internal fixation: Femur"
          }
        ]
      },
      "quantity": {
        "value": 1
      },
      "unitPrice": {
        "value": 145600,
        "currency": "KES"
      },
      "net": {
        "value": 145600,
        "currency": "KES"
      }
    }
  ],
  "total": {
    "value": 145600,
    "currency": "KES"
  }
}