In the Claim resource for FHIR stu3 , the accident attribute identifies the Details about an accident
"accident":
"facility":
"related":
"fundsReserve":
"originalPrescription":
"billablePeriod":
"total":
"insurance": [
{
"coverage": {
"reference": "Coverage/9876B1"
},
"focal": true,
"sequence": 1
}
]
"information":
"use": "complete"
"payee": {
"type": {
"coding": [
{
"code": "provider"
}
]
}
}
"enterer":
"priority": {
"coding": [
{
"code": "normal"
}
]
}
"provider":
"type": {
"coding": [
{
"code": "oral",
"system": "http://hl7.org/fhir/ex-claimtype"
}
]
}
"status": "active"
"patient": {
"reference": "Patient/1"
}
"hospitalization":
"insurer": {
"reference": "Organization/2"
}
"referral":
"employmentImpacted":
"accident":
"prescription":
"created": "2014-08-16"
"item": [
{
"service": {
"coding": [
{
"code": "1200"
}
]
},
"sequence": 1,
"servicedDate": "2014-08-16",
"careTeamLinkId": [
1
],
"net": {
"code": "USD",
"system": "urn:iso:std:iso:4217",
"value": 135.57
},
"unitPrice": {
"code": "USD",
"system": "urn:iso:std:iso:4217",
"value": 135.57
}
}
]
"subType":
"diagnosis": [
{
"diagnosisCodeableConcept": {
"coding": [
{
"code": "123456"
}
]
},
"sequence": 1
}
]
"careTeam": [
{
"provider": {
"reference": "Practitioner/example"
},
"sequence": 1
}
]
"organization": {
"reference": "Organization/1"
}
"identifier": [
{
"system": "http://happyvalley.com/claim",
"value": "12345"
}
]
"procedure":