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

FHIR IG analytics

Packagehl7.fhir.us.davinci-pas.r4b
Resource TypeClaimResponse
IdClaimResponse-PractitionerRequestorPendingResponseExample.json
FHIR VersionR4B

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: ClaimResponse PractitionerRequestorPendingResponseExample

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

request: Claim: extension = Urgent; identifier = urn:trnorg:9012345678#111099; status = active; type = Professional; use = preauthorization; created = 2005-05-02 11:01:00+0500; priority = Normal

outcome: Processing Complete

item

AdministrationReferenceNumber: PEND0001

itemSequence: 1

Adjudications

-ExtensionCategory
*Submitted Amount

Source1

{
  "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"
              }
            ]
          }
        }
      ]
    }
  ]
}