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

FHIR IG Statistics: StructureDefinition/StructureDefinition-onco-core-Observation-Ecog

Packagede.dktk.oncology
Resource TypeStructureDefinition
IdStructureDefinition-onco-core-Observation-Ecog
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.dktk.oncology@1.8.0&canonical=http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Observation-Ecog
URLhttp://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Observation-Ecog
Version1.0.0
Statusactive
NameEcog
DescriptionAllgemeiner Lesitngszustand nach ECOG. Kanofsky-Werte müssen nach ECOG konvertiert werden
TypeObservation
Kindresource

Resources that use this resource

StructureDefinition
onco-core-ClinicalImpression-VerlaufVerlauf

Resources that this resource uses

StructureDefinition
onco-core-Condition-PrimaerdiagnosePrimaerdiagnose
onco-core-Encounter-FallFall
onco-core-Patient-PatientPatient
onco-core-Patient-PseudonymPatientenpseudonym
ValueSet
EcogVSEcogVS

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "url": "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Observation-Ecog",
  "version": "1.0.0",
  "name": "Ecog",
  "status": "active",
  "description": "Allgemeiner Lesitngszustand nach ECOG. Kanofsky-Werte müssen nach ECOG konvertiert werden",
  "fhirVersion": "4.0.0",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding.system",
        "path": "Observation.category.coding.system",
        "min": 1,
        "fixedUri": "http://hl7.org/fhir/observation-category"
      },
      {
        "id": "Observation.category.coding.code",
        "path": "Observation.category.coding.code",
        "min": 1,
        "fixedCode": "survey"
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding.system",
        "path": "Observation.code.coding.system",
        "min": 1,
        "fixedUri": "http://loinc.org"
      },
      {
        "id": "Observation.code.coding.code",
        "path": "Observation.code.coding.code",
        "min": 1,
        "fixedCode": "89247-1"
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Patient-Patient",
              "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Patient-Pseudonym"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.focus",
        "path": "Observation.focus",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Resource",
              "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Condition-Primaerdiagnose"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.focus.reference",
        "path": "Observation.focus.reference",
        "min": 1
      },
      {
        "id": "Observation.encounter",
        "path": "Observation.encounter",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://dktk.dkfz.de/fhir/StructureDefinition/onco-core-Encounter-Fall"
            ]
          }
        ]
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "short": "Untersuchungsdatum",
        "definition": "Entspricht dem Datum, an welchem dieses Ereignis befundet wurde",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mapping": [
          {
            "identity": "ADT-GEKID",
            "map": "Allgemeiner_Leistungszustand",
            "comment": "Allgemeiner_Leistungszustand"
          },
          {
            "identity": "ISO-11179",
            "map": "urn:adt:dataelement:67:1",
            "comment": "urn:adt:dataelement:67:1"
          }
        ]
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "short": "ECOG",
        "definition": "Allgemeiner Lesitngszustand nach ECOG",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://dktk.dkfz.de/fhir/onco/core/ValueSet/EcogVS"
        },
        "mapping": [
          {
            "identity": "ADT-GEKID",
            "map": "Allgemeiner_Leistungszustand",
            "comment": "Allgemeiner_Leistungszustand"
          },
          {
            "identity": "ISO-11179",
            "map": "urn:adt:dataelement:67:1",
            "comment": "urn:adt:dataelement:67:1"
          }
        ]
      },
      {
        "id": "Observation.value[x].coding.code",
        "path": "Observation.value[x].coding.code",
        "min": 1
      }
    ]
  }
}