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

FHIR IG analytics

Packagedguv.enla
Resource TypeStructureDefinition
IdDGUV_ENLA_PR_Aufnahmebefunde.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=dguv.enla@1.0.0&canonical=http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Aufnahmebefunde
URLhttp://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Aufnahmebefunde
Version1.0
Statusdraft
NameDGUV_ENLA_PR_Aufnahmebefunde
TitleAufnahmebefunde
DescriptionDieses Profil bildet Aufnahmebefunde ab und enthält Messwerte und einfache Aussagen über einen Patienten, ein Gerät oder einen anderen Gegenstand.
TypeObservation
Kindresource

Resources that use this resource

StructureDefinition
DGUV-ENLA-PR-BundleENLA-Bundle
DGUV-ENLA-PR-CompositionENLA-Composition

Resources that this resource uses

StructureDefinition
DGUV-ENLA-PR-DokumentenReferenzDokumentenreferenz
DGUV-ENLA-PR-VersichertePersonVersicherte Person

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "DGUV-ENLA-PR-Aufnahmebefunde",
  "url": "http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Aufnahmebefunde",
  "version": "1.0",
  "name": "DGUV_ENLA_PR_Aufnahmebefunde",
  "title": "Aufnahmebefunde",
  "status": "draft",
  "publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
  "description": "Dieses Profil bildet Aufnahmebefunde ab und enthält Messwerte und einfache Aussagen über einen Patienten, ein Gerät oder einen anderen Gegenstand.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.id",
        "path": "Observation.id",
        "mustSupport": true
      },
      {
        "id": "Observation.meta",
        "path": "Observation.meta",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.meta.profile",
        "path": "Observation.meta.profile",
        "min": 1,
        "max": "1",
        "fixedCanonical": "http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Aufnahmebefunde",
        "mustSupport": true
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "comment": "Fixed value = “final”, weil ein Entlassungsbericht (ENLA) nach seiner Erstellung nicht mehr geändert wird.",
        "fixedCode": "final",
        "mustSupport": true
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "short": "Klassifikation des Befundtyps",
        "definition": "Code, der den generellen Typ des Befunds klassifiziert (z.B. Vitalparameter, Röntgenbefunde)",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding",
        "path": "Observation.category.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true,
        "binding": {
          "strength": "example",
          "valueSet": "http://hl7.org/fhir/ValueSet/observation-category"
        }
      },
      {
        "id": "Observation.category.coding.system",
        "path": "Observation.category.coding.system",
        "short": "CodeSystem für die Klassifikation des Befundtyps",
        "min": 1,
        "fixedUri": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-BefundKategorie",
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding.code",
        "path": "Observation.category.coding.code",
        "short": "Kürzel für konkrete Befundkategorie",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding.display",
        "path": "Observation.category.coding.display",
        "short": "Bezeichnung für konkrete Befundkategorie",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Kennzeichnung des ENLA-Teilberichtsinhalts",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "short": "CodeSystem für ENLA-Teilberichtsinhalte",
        "min": 1,
        "fixedUri": "http://fhir.dguv.de/ENLA/CodeSystem/DGUV-ENLA-CS-Teilberichtsinhalt",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "short": "Konkretes Kürzel für ENLA-Teilberichtsinhalt",
        "min": 1,
        "fixedCode": "Aufnahme",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.display",
        "path": "Observation.code.coding.display",
        "short": "Konkrete Bezeichnung für ENLA-Teilberichtsinhalt",
        "min": 1,
        "fixedString": "Aufnahmebefund",
        "mustSupport": true
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "Verweis auf betroffene versicherte Person",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.dguv.de/ENLA/Patient/DGUV-ENLA-PR-VersichertePerson"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.subject.reference",
        "path": "Observation.subject.reference",
        "short": "Konkreter Verweis auf versicherte Person",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "Befund Narrativ",
        "definition": "Inhalt des jeweiligen Befundes (z.B. Laborwerte oder Röntgenbefund) als Freitext",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.derivedFrom",
        "path": "Observation.derivedFrom",
        "short": "Verweis auf dem Befund zugehörige Dokumente",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.dguv.de/ENLA/DocumentReference/DGUV-ENLA-PR-DokumentenReferenz"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.derivedFrom.reference",
        "path": "Observation.derivedFrom.reference",
        "short": "Konkreter Verweis auf zugehöriges Dokument",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}