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

FHIR IG analytics

Packagehl7.fhir.uv.aitransparency
Resource TypeClaimResponse
IdClaimResponse-AI-PriorAuth-Determination.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: ClaimResponse AI-PriorAuth-Determination

status: Active

type: Professional

use: Preauthorization

patient: http://server.example.org/fhir/Patient/pat

created: 2026-02-10 09:15:00+0000

insurer: http://server.example.org/fhir/Organization/payer

request: http://server.example.org/fhir/Claim/priorauth-mri-request

outcome: Processing Complete

disposition: Prior authorization approved for the requested MRI of the lumbar spine based on the submitted clinical documentation and the plan's medical-necessity criteria.

preAuthRef: PA-2026-0099


Source1

{
  "resourceType": "ClaimResponse",
  "id": "AI-PriorAuth-Determination",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "AIAST",
        "display": "Artificial Intelligence asserted"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/claim-type",
        "code": "professional",
        "display": "Professional"
      }
    ]
  },
  "use": "preauthorization",
  "patient": {
    "reference": "http://server.example.org/fhir/Patient/pat"
  },
  "created": "2026-02-10T09:15:00Z",
  "insurer": {
    "reference": "http://server.example.org/fhir/Organization/payer"
  },
  "request": {
    "reference": "http://server.example.org/fhir/Claim/priorauth-mri-request"
  },
  "outcome": "complete",
  "disposition": "Prior authorization approved for the requested MRI of the lumbar spine based on the submitted clinical documentation and the plan's medical-necessity criteria.",
  "preAuthRef": "PA-2026-0099"
}