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

FHIR IG analytics

Packagedguv.oper
Resource TypeStructureDefinition
IdDGUV_OPER_PR_OpBefundVerlauf.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=dguv.oper@0.1.0-Kommentierung&canonical=http://fhir.dguv.de/OPER/Observation/DGUV-OPER-PR-OpBefundVerlauf
URLhttp://fhir.dguv.de/OPER/Observation/DGUV-OPER-PR-OpBefundVerlauf
Version0.1
Statusdraft
NameDGUV_OPER_PR_OpBefundVerlauf
TitleOP-Befund und -Verlauf
DescriptionDieses Profil bildet im Zusammenhang mit dem stationären Operationsbericht das operative Vorgehen, bei der Operation aufgetretene besondere Ereignisse und den intraoperativen Befund ab.
TypeObservation
Kindresource

Resources that use this resource

StructureDefinition
dguv.oper#0.1.0-KommentierungDGUV-OPER-PR-CompositionStationärer Operationsbericht - Composition

Resources that this resource uses

StructureDefinition
dguv.oper#0.1.0-KommentierungDGUV-OPER-PR-VersichertePersonVersicherte Person

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "DGUV-OPER-PR-OpBefundVerlauf",
  "url": "http://fhir.dguv.de/OPER/Observation/DGUV-OPER-PR-OpBefundVerlauf",
  "version": "0.1",
  "name": "DGUV_OPER_PR_OpBefundVerlauf",
  "title": "OP-Befund und -Verlauf",
  "status": "draft",
  "publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
  "description": "Dieses Profil bildet im Zusammenhang mit dem stationären Operationsbericht das operative Vorgehen, bei der Operation aufgetretene besondere Ereignisse und den intraoperativen Befund ab.",
  "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/OPER/Observation/DGUV-OPER-PR-OpBefundVerlauf",
        "mustSupport": true
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "fixedCode": "final",
        "mustSupport": true
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Kennzeichnung des OPER-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 OPER-Teilberichtsinhalte",
        "min": 1,
        "fixedUri": "http://fhir.dguv.de/OPER/CodeSystem/DGUV-OPER-CS-Teilberichtsinhalt",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "short": "Kürzel für konkreten OPER-Teilberichtsinhalt",
        "min": 1,
        "fixedCode": "OPBV",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.display",
        "path": "Observation.code.coding.display",
        "short": "Konkrete Bezeichnung für OPER-Teilberichtsinhalt",
        "min": 1,
        "fixedString": "OPBefundVerlauf",
        "mustSupport": true
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "short": "Verweis auf betroffene versicherte Person",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.dguv.de/OPER/Patient/DGUV-OPER-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": "OP-Befund und -Verlauf als Freitext",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}