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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.pros
Resource TypeObservationDefinition
IdObservationDefinition-mii-obsdef-pro-promis-29-physical-function-tscore.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ObservationDefinition",
  "id": "mii-obsdef-pro-promis-29-physical-function-tscore",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-pro/StructureDefinition/mii-pr-pro-score-blueprint|2026.0.1"
    ]
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/artifact-version",
      "valueString": "2026.0.1"
    }
  ],
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "91721-1",
        "display": "PROMIS physical function - version 2.0 T-score"
      }
    ]
  },
  "permittedDataType": [
    "Quantity"
  ],
  "multipleResultsAllowed": false,
  "method": {
    "text": "PROMIS-29 Profile v2.1"
  },
  "quantitativeDetails": {
    "unit": {
      "coding": [
        {
          "system": "http://unitsofmeasure.org",
          "code": "{score}",
          "display": "{score}"
        }
      ]
    },
    "decimalPrecision": 1
  },
  "qualifiedInterval": [
    {
      "category": "reference",
      "range": {
        "extension": [
          {
            "url": "https://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": "increase"
                }
              ],
              "text": "Higher scores indicate better physical function"
            }
          }
        ],
        "low": {
          "value": 20
        },
        "high": {
          "value": 80
        }
      },
      "context": {
        "text": "PROMIS T-Score metric (Mean=50, SD=10)"
      }
    }
  ]
}