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

FHIR IG analytics

Packagedguv.basis
Resource TypeBundle
IdDGUV_Basis_Bsp_Unfall.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "DGUV-Basis-Bsp-Unfall",
  "type": "collection",
  "entry": [
    {
      "fullUrl": "http://fhir.dguv.de/Observation/Arbeitsunfall-1",
      "resource": {
        "resourceType": "Observation",
        "id": "Arbeitsunfall-1",
        "meta": {
          "profile": [
            "http://fhir.dguv.de/Basis/Observation/DGUV-Basis-PR-Unfallereignis"
          ]
        },
        "status": "final",
        "code": {
          "coding": [
            {
              "system": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-Verletzungsartenverzeichnis",
              "code": "3.1S",
              "display": "Verletzungen des Rückenmarks."
            }
          ]
        },
        "subject": {
          "reference": "Patient/111-222-333-444"
        },
        "effectiveDateTime": "2024-11-02T13:00:00+00:00",
        "component": [
          {
            "code": {
              "coding": [
                {
                  "system": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents",
                  "code": "01",
                  "display": "Beginn der Arbeitszeit"
                }
              ]
            },
            "valueDateTime": "2024-11-02T08:00:00+00:00"
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents",
                  "code": "02",
                  "display": "Ende der Arbeitszeit"
                }
              ]
            },
            "valueDateTime": "2024-11-02T16:00:00+00:00"
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents",
                  "code": "03",
                  "display": "Unfallhergang"
                }
              ]
            },
            "valueString": "Der Versicherte ist auf dem Weg zum Sechstagerennen mit seinem Motorrad mit einer geschätzten Geschwindigkeit von 60 km/h gegen eine Leitplanke gefahren"
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents",
                  "code": "05",
                  "display": "Beruf"
                }
              ]
            },
            "valueString": "Informatiker"
          },
          {
            "code": {
              "coding": [
                {
                  "system": "http://fhir.dguv.de/Basis/CodeSystem/DGUV-Basis-CS-UnfallereignisComponents",
                  "code": "06",
                  "display": "Beschaeftigungsbeginn"
                }
              ]
            },
            "valueDateTime": "2018-01-01"
          }
        ]
      }
    },
    {
      "fullUrl": "http://fhir.dguv.de/Location/Ort-123",
      "resource": {
        "resourceType": "Location",
        "id": "Ort-123",
        "meta": {
          "profile": [
            "http://fhir.dguv.de/Basis/Location/DGUV-Basis-PR-Unfallort"
          ]
        },
        "name": "Auf dem Weg zum Unfallbetrieb. Genauer Ort nicht bekannt.",
        "address": {
          "line": [
            "Auf dem Weg zur Johann-Lafer-Gasse 2 in 53757 Sankt Augustin"
          ]
        }
      }
    },
    {
      "fullUrl": "http://fhir.dguv.de/Oragnization/Betrieb-1",
      "resource": {
        "resourceType": "Organization",
        "id": "Betrieb-1",
        "meta": {
          "profile": [
            "http://fhir.dguv.de/Basis/Organization/DGUV-Basis-PR-Unfallbetrieb"
          ]
        },
        "name": "Sankt Augustiner 6 Tage Rennen GmbH",
        "address": [
          {
            "type": "both",
            "line": [
              "Johann-Lafer-Gasse 2"
            ],
            "_line": [
              {
                "extension": [
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
                    "valueString": "Johann-Lafer-Gasse"
                  },
                  {
                    "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
                    "valueString": "2"
                  }
                ]
              }
            ],
            "city": "Sankt Augustin",
            "postalCode": "53757",
            "country": "DE"
          }
        ]
      }
    }
  ]
}