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

FHIR IG analytics

Packagedguv.enla
Resource TypeStructureDefinition
IdDGUV_ENLA_PR_Therapie.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=dguv.enla@1.0.0&canonical=http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Therapie
URLhttp://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Therapie
Version1.0
Statusdraft
NameDGUV_ENLA_PR_Therapie
TitleTherapie
DescriptionDieses Profil bildet die operative und konservative Therapie während der stationären Behandlung ab.
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-EX-OPSCodeOPS-Code (Erweiterung)
DGUV-ENLA-PR-VersichertePersonVersicherte Person

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "DGUV-ENLA-PR-Therapie",
  "url": "http://fhir.dguv.de/ENLA/Observation/DGUV-ENLA-PR-Therapie",
  "version": "1.0",
  "name": "DGUV_ENLA_PR_Therapie",
  "title": "Therapie",
  "status": "draft",
  "publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
  "description": "Dieses Profil bildet die operative und konservative Therapie während der stationären Behandlung ab.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "short": "Beschreibt die operative und konservative Therapie während der stationären Behandlung"
      },
      {
        "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-Therapie",
        "mustSupport": true
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "fixedCode": "final",
        "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",
        "definition": "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": "Kürzel für ENLA-Teilberichtsinhalt Therapie",
        "min": 1,
        "fixedCode": "TH",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.display",
        "path": "Observation.code.coding.display",
        "short": "Bezeichnung für Teilberichtsinhalt Therapie",
        "min": 1,
        "fixedString": "Therapie",
        "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": "Freitext für operative und konservative Therapie",
        "definition": "Beschreibt die operative und konservative Therapie während der stationären Behandlung",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.value[x].extension",
        "path": "Observation.value[x].extension",
        "mustSupport": true
      },
      {
        "id": "Observation.value[x].extension:OPSCode",
        "path": "Observation.value[x].extension",
        "sliceName": "OPSCode",
        "type": [
          {
            "code": "Extension",
            "profile": [
              "http://fhir.dguv.de/ENLA/Extension/DGUV-ENLA-EX-OPSCode"
            ]
          }
        ],
        "mustSupport": true,
        "isModifier": false
      },
      {
        "id": "Observation.value[x].extension:OPSCode.value[x]",
        "path": "Observation.value[x].extension.value[x]",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.value[x].extension:OPSCode.value[x].coding",
        "path": "Observation.value[x].extension.value[x].coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.value[x].extension:OPSCode.value[x].coding.system",
        "path": "Observation.value[x].extension.value[x].coding.system",
        "short": "Wertebereich möglicher OPS-Codes",
        "min": 1,
        "fixedUri": "http://fhir.de/CodeSystem/bfarm/ops",
        "mustSupport": true
      },
      {
        "id": "Observation.value[x].extension:OPSCode.value[x].coding.code",
        "path": "Observation.value[x].extension.value[x].coding.code",
        "short": "Konkreter OPS-Code",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.value[x].extension:OPSCode.value[x].coding.display",
        "path": "Observation.value[x].extension.value[x].coding.display",
        "short": "Konkrete Bezeichnung eines OPS-Codes",
        "min": 1,
        "mustSupport": true
      }
    ]
  }
}