MII IG PRO
2026.0.0-alpha - ci-build Unknown region code '276'

MII IG PRO, published by Medizininformatik-Initiative. This guide is not an authorized publication; it is the continuous build for version 2026.0.0-alpha built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/medizininformatik-initiative/kerndatensatzmodul-proms/ and changes regularly. See the Directory of published versions

: MII ObsDef PRO Score BDI-II - JSON Representation

Raw json | Download

{
  "resourceType" : "ObservationDefinition",
  "id" : "mii-obsdef-pro-score-bdi-ii",
  "meta" : {
    "profile" : [
      🔗 "https://www.medizininformatik-initiative.de/fhir/ext/modul-pro/StructureDefinition/mii-pr-pro-score-blueprint"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ObservationDefinition mii-obsdef-pro-score-bdi-ii</b></p><a name=\"mii-obsdef-pro-score-bdi-ii\"> </a><a name=\"hcmii-obsdef-pro-score-bdi-ii\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-mii-pr-pro-score-blueprint.html\">MII PR PRO Score Blueprint / Template</a></p></div><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category survey}\">Assessment-Instrumente</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 89209-1}\">Beck Depression Inventory II total score</span></p><p><b>permittedDataType</b>: Quantity</p><p><b>multipleResultsAllowed</b>: false</p><p><b>method</b>: <span title=\"Codes:{http://loinc.org 89209-1}\">Beck Depression Inventory II (BDI-II)</span></p><h3>QuantitativeDetails</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Unit</b></td><td><b>DecimalPrecision</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://unitsofmeasure.org {score}}\">score</span></td><td>0</td></tr></table><h3>QualifiedIntervals</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Category</b></td><td><b>Range</b></td></tr><tr><td style=\"display: none\">*</td><td>absolute range</td><td>0-63</td></tr></table></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "survey"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "89209-1",
        "display" : "Beck Depression Inventory II total score"
      }
    ]
  },
  "permittedDataType" : [
    "Quantity"
  ],
  "multipleResultsAllowed" : false,
  "method" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "89209-1",
        "display" : "Beck Depression Inventory II total score"
      }
    ],
    "text" : "Beck Depression Inventory II (BDI-II)"
  },
  "quantitativeDetails" : {
    "unit" : {
      "coding" : [
        {
          "system" : "http://unitsofmeasure.org",
          "code" : "{score}",
          "display" : "score"
        }
      ]
    },
    "decimalPrecision" : 0
  },
  "qualifiedInterval" : [
    {
      "category" : "absolute",
      "range" : {
        "extension" : [
          {
            "url" : "http://www.medizininformatik-initiative.de/fhir/ext/modul-pro/StructureDefinition/mii-ex-pro-score-score-health-correlation",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://terminology.hl7.org/CodeSystem/measure-improvement-notation",
                  "code" : "decrease"
                }
              ],
              "text" : "Higher scores indicate more severe depression"
            }
          }
        ],
        "low" : {
          "value" : 0
        },
        "high" : {
          "value" : 63
        }
      }
    }
  ]
}