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

FHIR IG analytics

Packageelga.moped
Resource TypeValueSet
IdValueSet-MopedClaimTypeVS.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/HL7Austria/ELGA-MOPED-R5/ValueSet-MopedClaimTypeVS.html
URLhttps://elga.moped.at/ValueSet/MopedClaimTypeVS
Version0.1.0
Statusdraft
Date2026-01-26T07:12:06+00:00
NameMopedClaimTypeVS
TitleClaim Type ValueSet
DescriptionValueSet für die Arten der Claims/ClaimResponses

Resources that use this resource

StructureDefinition
MopedARKRequestMOPED ARKRequest
MopedARKResponseMOPED ARKResponse
MopedLKFRequestMOPED LKFRequest
MopedLKFResponseMOPED LKFResponse
MopedVAERequestMOPED VAERequest
MopedVAEResponseMOPED VAEResponse

Resources that this resource uses

CodeSystem
MopedClaimTypeCSClaim Type CodeSystem

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet MopedClaimTypeVS


Source1

{
  "resourceType": "ValueSet",
  "id": "MopedClaimTypeVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://elga.moped.at/ValueSet/MopedClaimTypeVS",
  "version": "0.1.0",
  "name": "MopedClaimTypeVS",
  "title": "Claim Type ValueSet",
  "status": "draft",
  "date": "2026-01-26T07:12:06+00:00",
  "publisher": "ELGA GmbH",
  "contact": [
    {
      "name": "ELGA GmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://elga.gv.at"
        }
      ]
    }
  ],
  "description": "ValueSet für die Arten der Claims/ClaimResponses",
  "compose": {
    "include": [
      {
        "system": "https://elga.moped.at/CodeSystem/MopedClaimTypeCS",
        "concept": [
          {
            "code": "VAEREQ",
            "display": "VAE Request"
          },
          {
            "code": "VAERESP",
            "display": "VAE Response"
          },
          {
            "code": "LKFREQ",
            "display": "LKF Request"
          },
          {
            "code": "LKFRESP",
            "display": "LKF Response"
          },
          {
            "code": "ARKREQ",
            "display": "ARK Request"
          },
          {
            "code": "ARKRESP",
            "display": "ARK Response"
          }
        ]
      }
    ]
  }
}