FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/KBV-VS-ERP-Accident-Type

Packagekbv.ita.erp
Resource TypeValueSet
IdKBV-VS-ERP-Accident-Type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=kbv.ita.erp@1.4.0-alpha&canonical=https://fhir.kbv.de/ValueSet/KBV_VS_ERP_Accident_Type
URLhttps://fhir.kbv.de/ValueSet/KBV_VS_ERP_Accident_Type
Version1.4.0
Statusdraft
Date2025-06-17
NameKBV_VS_ERP_Accident_Type
DescriptionValueSet für die Ausprägung der möglichen Ursachen / Unfälle

Resources that use this resource

StructureDefinition
UnfallinformationUnfallinformation
KBV_PR_ERP_PrescriptionKBV_PR_ERP_Prescription
KBV_PR_VoS_PrescriptionKBV_PR_VoS_Prescription
KBV_EX_ERP_AccidentKBV_EX_ERP_Accident

Resources that this resource uses

CodeSystem
KBV_CS_FOR_Ursache_TypeKBV_CS_FOR_Ursache_Type

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "KBV-VS-ERP-Accident-Type",
  "url": "https://fhir.kbv.de/ValueSet/KBV_VS_ERP_Accident_Type",
  "version": "1.4.0",
  "name": "KBV_VS_ERP_Accident_Type",
  "status": "draft",
  "date": "2025-06-17",
  "publisher": "Kassenärztliche Bundesvereinigung (KBV)",
  "description": "ValueSet für die Ausprägung der möglichen Ursachen / Unfälle",
  "compose": {
    "include": [
      {
        "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_FOR_Ursache_Type",
        "concept": [
          {
            "code": "1",
            "display": "Unfall"
          },
          {
            "code": "2",
            "display": "Arbeitsunfall (Berufsgenossenschaft/Unfallkasse)"
          },
          {
            "code": "4",
            "display": "Berufskrankheit (Berufsgenossenschaft/Unfallkasse)"
          }
        ]
      }
    ]
  }
}