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

FHIR IG analytics

Packagedguv.oper
Resource TypeStructureDefinition
IdDGUV_OPER_PR_PostoperativeTherapieempfehlung.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=dguv.oper@0.1.0-Kommentierung&canonical=http://fhir.dguv.de/OPER/Observation/DGUV-OPER-PR-PostoperativeTherapieempfehlung
URLhttp://fhir.dguv.de/OPER/Observation/DGUV-OPER-PR-PostoperativeTherapieempfehlung
Version0.1
Statusdraft
NameDGUV_OPER_PR_PostoperativeTherapieempfehlung
TitlePostoperative Therapieempfehlung
DescriptionDieses Profil bildet im Zusammenhang mit dem stationären Operationsbericht die freitextlichen Hinweise des Operateurs zur Nachbehandlung ab (z. B. anschließender Belastungsbeginn und Belastungsaufbau).
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-PostoperativeTherapieempfehlung",
  "url": "http://fhir.dguv.de/OPER/Observation/DGUV-OPER-PR-PostoperativeTherapieempfehlung",
  "version": "0.1",
  "name": "DGUV_OPER_PR_PostoperativeTherapieempfehlung",
  "title": "Postoperative Therapieempfehlung",
  "status": "draft",
  "publisher": "Deutsche Gesetzliche Unfallversicherung e.V. (DGUV)",
  "description": "Dieses Profil bildet im Zusammenhang mit dem stationären Operationsbericht die freitextlichen Hinweise des Operateurs zur Nachbehandlung ab (z. B. anschließender Belastungsbeginn und Belastungsaufbau).",
  "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-PostoperativeTherapieempfehlung",
        "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 OPER-Teilberichtsinhalt PostoperativeTherapieempfehlung",
        "min": 1,
        "fixedCode": "POTE",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.display",
        "path": "Observation.code.coding.display",
        "short": "Bezeichnung für Teilberichtsinhalt PostoperativeTherapieempfehlung",
        "min": 1,
        "fixedString": "PostoperativeTherapieempfehlung",
        "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": "Postoperative Therapieempfehlung als Freitext",
        "min": 1,
        "type": [
          {
            "code": "string"
          }
        ],
        "mustSupport": true
      }
    ]
  }
}