FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/Profile-nNGM-Observation-ProgressKrebserkrankung

Packagede.uk-koeln.nngm.form
Resource TypeStructureDefinition
IdProfile-nNGM-Observation-ProgressKrebserkrankung
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.uk-koeln.nngm.form@1.0.0&canonical=http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/progress-relapse
URLhttp://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/progress-relapse
Version1.0.0
Statusactive
NameProfile_nNGM_Observation_ProgressKrebserkrankung
TitleProfile - nNGM - Observation - Progress/Rezidiv Krebserkrankung
DescriptionDieses Profil beschreibt einen die Dokumentation eines Rezidiv/Progress innerhalb des nNGM Projektes
TypeObservation
Kindresource

Resources that use this resource

StructureDefinition
CompositionProfile - nNGM - Composition

Resources that this resource uses

StructureDefinition
tki-resistenz-alkProfile - nNGM - Observation - TKI Resistenz ALK
tki-resistenz-brafProfile - nNGM - Observation - TKI Resistenz BRAF
tki-resistenz-egfrProfile - nNGM - Observation - TKI Resistenz EGFR
tki-resistenz-fgfrProfile - nNGM - Observation - TKI Resistenz FGFR
tki-resistenz-krasProfile - nNGM - Observation - TKI Resistenz KRAS
tki-resistenz-metProfile - nNGM - Observation - TKI Resistenz MET
tki-resistenz-ros1Profile - nNGM - Observation - TKI Resistenz ROS1

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "Profile-nNGM-Observation-ProgressKrebserkrankung",
  "url": "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/progress-relapse",
  "version": "1.0.0",
  "name": "Profile_nNGM_Observation_ProgressKrebserkrankung",
  "title": "Profile - nNGM - Observation - Progress/Rezidiv Krebserkrankung",
  "status": "active",
  "description": "Dieses Profil beschreibt einen die Dokumentation eines Rezidiv/Progress innerhalb des nNGM Projektes",
  "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",
        "constraint": [
          {
            "key": "obs-nngm-1",
            "severity": "error",
            "human": "Falls kein Messwert verfügbar ist, muss eine dataAbsentReason angegeben werden",
            "expression": "value.exists().not() implies dataAbsentReason.exists()"
          }
        ]
      },
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "fixedCode": "final"
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.category:survey",
        "path": "Observation.category",
        "sliceName": "survey",
        "min": 1,
        "max": "1",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/observation-category",
              "code": "survey"
            }
          ]
        }
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1
      },
      {
        "id": "Observation.code.coding:loinc",
        "path": "Observation.code.coding",
        "sliceName": "loinc",
        "min": 1,
        "patternCoding": {
          "system": "http://loinc.org",
          "code": "97509-4"
        }
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "min": 1
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "label": "Datum",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "short": "Diagnosedatum sollte tagesgenau angegeben werden",
        "min": 1,
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "label": "Rezidiv/Progress",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "short": "Ja/Nein ob ein Progress oder Rezidiv vorliegt.",
        "type": [
          {
            "code": "boolean"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.bodySite",
        "path": "Observation.bodySite",
        "max": "0"
      },
      {
        "id": "Observation.method",
        "path": "Observation.method",
        "max": "0"
      },
      {
        "id": "Observation.specimen",
        "path": "Observation.specimen",
        "max": "0"
      },
      {
        "id": "Observation.device",
        "path": "Observation.device",
        "max": "0"
      },
      {
        "id": "Observation.hasMember",
        "path": "Observation.hasMember",
        "short": "Resistenztestungen",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/tki-resistenz-alk",
              "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/tki-resistenz-braf",
              "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/tki-resistenz-egfr",
              "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/tki-resistenz-fgfr",
              "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/tki-resistenz-kras",
              "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/tki-resistenz-met",
              "http://uk-koeln.de/fhir/StructureDefinition/Observation/nNGM/tki-resistenz-ros1"
            ],
            "aggregation": [
              "referenced"
            ]
          }
        ]
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "max": "0"
      }
    ]
  }
}