FHIR IG analytics| Package | hl7.fhir.us.davinci-pas.r4 |
| Resource Type | ClaimResponse |
| Id | ClaimResponse-PractitionerRequestorPendingResponseExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: ClaimResponse PractitionerRequestorPendingResponseExample
Profile: PAS Claim Response
identifier: http://example.org/PATIENT_EVENT_TRACE_NUMBER/111099
status: Active
type: Professional
use: Preauthorization
patient: JOE SMITH Male, DoB Unknown ( Member Number)
created: 2005-05-02 11:02:00+0500
insurer: Organization MARYLAND CAPITAL INSURANCE COMPANY
requestor: PractitionerRole: telecom = ph: 4029993456
outcome: Processing Complete
item
AdministrationReferenceNumber: PEND0001
itemSequence: 1
Adjudications
Extension Category Submitted Amount
{
"resourceType": "ClaimResponse",
"id": "PractitionerRequestorPendingResponseExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-claimresponse"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/PATIENT_EVENT_TRACE_NUMBER",
"value": "111099",
"assigner": {
"identifier": {
"system": "http://example.org/USER_ASSIGNED",
"value": "9012345678"
}
}
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "professional"
}
]
},
"use": "preauthorization",
"patient": {
"reference": "Patient/SubscriberExample"
},
"created": "2005-05-02T11:02:00+05:00",
"insurer": {
"reference": "Organization/InsurerExample"
},
"requestor": {
"reference": "PractitionerRole/ReferralPractitionerRoleExample"
},
"request": {
"reference": "Claim/ReferralAuthorizationExample"
},
"outcome": "complete",
"item": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-administrationReferenceNumber",
"valueString": "PEND0001"
}
],
"itemSequence": 1,
"adjudication": [
{
"extension": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-reviewActionCode",
"valueCodeableConcept": {
"coding": [
{
"system": "https://codesystem.x12.org/005010/306",
"code": "A4",
"display": "Pending"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-reviewAction"
}
],
"category": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/adjudication",
"code": "submitted"
}
]
}
}
]
}
]
}