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

FHIR IG analytics

Packagedguv.basis
Resource TypeStructureDefinition
IdDGUV_Basis_PR_Unfallort.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=dguv.basis@1.4.0&canonical=http://fhir.dguv.de/Basis/Location/DGUV-Basis-PR-Unfallort
URLhttp://fhir.dguv.de/Basis/Location/DGUV-Basis-PR-Unfallort
Version1.4
Statusdraft
Date2024-01-31
NameDGUV_Basis_PR_Unfallort
TitleUnfallort
DescriptionDieses Profil bildet den Unfallort ab.
TypeLocation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
address-de-basisAdresse, deutsches Basisprofil

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "url": "http://fhir.dguv.de/Basis/Location/DGUV-Basis-PR-Unfallort",
  "version": "1.4",
  "name": "DGUV_Basis_PR_Unfallort",
  "title": "Unfallort",
  "status": "draft",
  "date": "2024-01-31",
  "publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
  "description": "Dieses Profil bildet den Unfallort ab.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Location",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Location",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Location",
        "path": "Location",
        "short": "Dieses Profil bildet den Unfallort ab."
      },
      {
        "id": "Location.name",
        "path": "Location.name",
        "short": "Unfallort",
        "definition": "Beschreibt den Ort an dem der Arbeitsunfall passiert ist.",
        "min": 1
      },
      {
        "id": "Location.address",
        "path": "Location.address",
        "type": [
          {
            "code": "Address",
            "profile": [
              "http://fhir.de/StructureDefinition/address-de-basis"
            ]
          }
        ]
      },
      {
        "id": "Location.address.line.extension:Postfach",
        "path": "Location.address.line.extension",
        "sliceName": "Postfach",
        "max": "0"
      }
    ]
  }
}