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

FHIR IG Statistics: StructureDefinition/gecco-observation-sofa-score

Packagede.gecco
Resource TypeStructureDefinition
Idgecco-observation-sofa-score
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gecco@1.0.5&canonical=https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sofa-score
URLhttps://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sofa-score
Version1.0
Statusactive
Date2020-10-29
NameSOFA
TitleSOFA Score
DescriptionObservation to capture the SOFA score. Based on: Vincent JL, Moreno R, Takala J, et al. The SOFA (Sepsis-related Organ Failure Assessment) score to describe organ dysfunction/failure. On behalf of the Working Group on Sepsis-Related Problems of the European Society of Intensive Care Medicine. Intensive Care Med. 1996;22(7):707-710. doi:10.1007/BF01709751
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

ValueSet
sofa-scoreSOFA-Score

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "gecco-observation-sofa-score",
  "url": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sofa-score",
  "version": "1.0",
  "name": "SOFA",
  "title": "SOFA Score",
  "status": "active",
  "date": "2020-10-29",
  "publisher": "Charité",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.bihealth.org/en/research/core-facilities/interoperability/"
        }
      ]
    }
  ],
  "description": "Observation to capture the SOFA score. Based on: Vincent JL, Moreno R, Takala J, et al. The SOFA (Sepsis-related Organ Failure Assessment) score to describe organ dysfunction/failure. On behalf of the Working Group on Sepsis-Related Problems of the European Society of Intensive Care Medicine. Intensive Care Med. 1996;22(7):707-710. doi:10.1007/BF01709751",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "sct-concept",
      "uri": "http://snomed.info/conceptdomain",
      "name": "SNOMED CT Concept Domain Binding"
    },
    {
      "identity": "v2",
      "uri": "http://hl7.org/v2",
      "name": "HL7 v2 Mapping"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "sct-attr",
      "uri": "http://snomed.org/attributebinding",
      "name": "SNOMED CT Attribute Binding"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation",
        "path": "Observation",
        "constraint": [
          {
            "key": "value-1",
            "severity": "error",
            "human": "A value or dataAbsentReason SHALL be present.",
            "expression": "valueInteger.exists() or dataAbsentReason.exists()",
            "source": "https://www.netzwerk-universitaetsmedizin.de/fhir/StructureDefinition/sofa-score"
          }
        ]
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding",
        "path": "Observation.category.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding:survey",
        "path": "Observation.category.coding",
        "sliceName": "survey",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.category.coding:survey.system",
        "path": "Observation.category.coding.system",
        "min": 1
      },
      {
        "id": "Observation.category.coding:survey.code",
        "path": "Observation.category.coding.code",
        "min": 1
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding",
        "path": "Observation.code.coding",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding:sofaScore",
        "path": "Observation.code.coding",
        "sliceName": "sofaScore",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/ecrf-parameter-codes",
          "code": "06"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.code.coding:sofaScore.system",
        "path": "Observation.code.coding.system",
        "min": 1
      },
      {
        "id": "Observation.code.coding:sofaScore.code",
        "path": "Observation.code.coding.code",
        "min": 1
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient",
              "http://hl7.org/fhir/StructureDefinition/Group"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "rules": "open"
        },
        "type": [
          {
            "code": "integer"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]:valueInteger",
        "path": "Observation.value[x]",
        "sliceName": "valueInteger",
        "type": [
          {
            "code": "integer"
          }
        ]
      },
      {
        "id": "Observation.component",
        "path": "Observation.component",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "code"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Observation.component:respiratorySystem",
        "path": "Observation.component",
        "sliceName": "respiratorySystem",
        "max": "1"
      },
      {
        "id": "Observation.component:respiratorySystem.code",
        "path": "Observation.component.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score",
              "code": "resp"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:respiratorySystem.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:respiratorySystem.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:respiratorySystem.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:respiratorySystem.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/sofa-score"
        }
      },
      {
        "id": "Observation.component:respiratorySystem.value[x].coding",
        "path": "Observation.component.value[x].coding",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:respiratorySystem.value[x].coding.system",
        "path": "Observation.component.value[x].coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:respiratorySystem.value[x].coding.code",
        "path": "Observation.component.value[x].coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:nervousSystem",
        "path": "Observation.component",
        "sliceName": "nervousSystem",
        "max": "1"
      },
      {
        "id": "Observation.component:nervousSystem.code",
        "path": "Observation.component.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score",
              "code": "ns"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:nervousSystem.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:nervousSystem.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:nervousSystem.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:nervousSystem.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/sofa-score"
        }
      },
      {
        "id": "Observation.component:nervousSystem.value[x].coding",
        "path": "Observation.component.value[x].coding",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:nervousSystem.value[x].coding.system",
        "path": "Observation.component.value[x].coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:nervousSystem.value[x].coding.code",
        "path": "Observation.component.value[x].coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:cardiovascularSystem",
        "path": "Observation.component",
        "sliceName": "cardiovascularSystem",
        "max": "1"
      },
      {
        "id": "Observation.component:cardiovascularSystem.code",
        "path": "Observation.component.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score",
              "code": "cvs"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:cardiovascularSystem.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:cardiovascularSystem.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:cardiovascularSystem.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:cardiovascularSystem.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/sofa-score"
        }
      },
      {
        "id": "Observation.component:cardiovascularSystem.value[x].coding",
        "path": "Observation.component.value[x].coding",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:cardiovascularSystem.value[x].coding.system",
        "path": "Observation.component.value[x].coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:cardiovascularSystem.value[x].coding.code",
        "path": "Observation.component.value[x].coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:liver",
        "path": "Observation.component",
        "sliceName": "liver",
        "max": "1"
      },
      {
        "id": "Observation.component:liver.code",
        "path": "Observation.component.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score",
              "code": "liv"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:liver.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:liver.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:liver.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:liver.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/sofa-score"
        }
      },
      {
        "id": "Observation.component:liver.value[x].coding",
        "path": "Observation.component.value[x].coding",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:liver.value[x].coding.system",
        "path": "Observation.component.value[x].coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:liver.value[x].coding.code",
        "path": "Observation.component.value[x].coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:coagulation",
        "path": "Observation.component",
        "sliceName": "coagulation",
        "max": "1"
      },
      {
        "id": "Observation.component:coagulation.code",
        "path": "Observation.component.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score",
              "code": "coa"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:coagulation.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:coagulation.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:coagulation.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:coagulation.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/sofa-score"
        }
      },
      {
        "id": "Observation.component:coagulation.value[x].coding",
        "path": "Observation.component.value[x].coding",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:coagulation.value[x].coding.system",
        "path": "Observation.component.value[x].coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:coagulation.value[x].coding.code",
        "path": "Observation.component.value[x].coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:kidneys",
        "path": "Observation.component",
        "sliceName": "kidneys",
        "max": "1"
      },
      {
        "id": "Observation.component:kidneys.code",
        "path": "Observation.component.code",
        "patternCodeableConcept": {
          "coding": [
            {
              "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score",
              "code": "kid"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:kidneys.code.coding",
        "path": "Observation.component.code.coding",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Observation.component:kidneys.code.coding.system",
        "path": "Observation.component.code.coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:kidneys.code.coding.code",
        "path": "Observation.component.code.coding.code",
        "min": 1
      },
      {
        "id": "Observation.component:kidneys.value[x]",
        "path": "Observation.component.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "https://www.netzwerk-universitaetsmedizin.de/fhir/ValueSet/sofa-score"
        }
      },
      {
        "id": "Observation.component:kidneys.value[x].coding",
        "path": "Observation.component.value[x].coding",
        "min": 1,
        "max": "1",
        "patternCoding": {
          "system": "https://www.netzwerk-universitaetsmedizin.de/fhir/CodeSystem/sofa-score"
        },
        "mustSupport": true
      },
      {
        "id": "Observation.component:kidneys.value[x].coding.system",
        "path": "Observation.component.value[x].coding.system",
        "min": 1
      },
      {
        "id": "Observation.component:kidneys.value[x].coding.code",
        "path": "Observation.component.value[x].coding.code",
        "min": 1
      }
    ]
  }
}