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

FHIR IG analytics

Packageelga.moped
Resource TypeClaimResponse
IdClaimResponse-PJ1LKFResponse1.json
FHIR VersionR5

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


Source1

{
  "resourceType": "ClaimResponse",
  "id": "PJ1LKFResponse1",
  "meta": {
    "profile": [
      "https://elga.moped.at/StructureDefinition/MopedLKFResponse"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://elga.moped.at/StructureDefinition/moped-ext-diagnoseKnoten",
      "valueCoding": {
        "system": "https://elga.moped.at/CodeSystem/LKFAbrechnungsKnotenCS",
        "code": "D"
      }
    }
  ],
  "status": "active",
  "type": {
    "coding": [
      {
        "system": "https://elga.moped.at/CodeSystem/MopedClaimTypeCS",
        "code": "LKFRESP"
      }
    ]
  },
  "use": "claim",
  "patient": {
    "reference": "Patient/PJ1Patient"
  },
  "created": "2024-10-31",
  "requestor": {
    "reference": "Organization/OrganizationHerzJesuKrankenhaus"
  },
  "request": {
    "reference": "Claim/PJ1LKFRequest1"
  },
  "outcome": "complete",
  "decision": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/claim-decision",
        "code": "approved"
      }
    ]
  },
  "diagnosisRelatedGroup": {
    "coding": [
      {
        "system": "https://elga.moped.at/CodeSystem/LKFHauptdiagnosegruppenCS",
        "code": "HDG01.31"
      }
    ]
  }
}