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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r5.r4b
Resource TypeCodeSystem
IdCodeSystem-definition-method.json
FHIR VersionR4B
Sourcehttp://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-definition-method.html
URLhttp://hl7.org/fhir/definition-method
Version5.0.0
Statusactive
Date2020-12-28T15:55:11+10:00
NameDefinitionMethod
TitleDefinition Method
Realmuv
Authorityhl7
DescriptionThe method used to define, describe, or determine a characteristic value.
Contentcomplete

Resources that use this resource

ValueSet
R5-definition-method-for-R4BCross-version VS for R5.DefinitionMethod for use in FHIR R4B
R5-definition-method-for-R4Cross-version VS for R5.DefinitionMethod for use in FHIR R4

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

This code system http://hl7.org/fhir/definition-method defines the following codes:

Code Display Definition
systematic-assessment Systematic Assessment Any method of routinely determining whether or not specific outcomes (e.g. adverse events) have occurred, for example through a standard questionnaire, regular investigator assessment, regular laboratory testing, or other method
non-systematic-assessment Non-Systematic Assessment Any non-systematic method for determining whether or not adverse events have occurred, such as self-reporting by participants or occasional assessment/testing
mean Mean Aggregated using mean of observed values.
median Median Aggregated using median of observed values.
mean-of-mean Mean of Means Aggregated using mean of means (e.g. study mean values).
mean-of-median Mean of Medians Aggregated using mean of medians (e.g. study median values).
median-of-mean Median of Means Aggregated using median of means (e.g. study mean values).
median-of-median Median of Medians Aggregated using median of medians (e.g. study median values).

Source1

{
  "resourceType": "CodeSystem",
  "id": "definition-method",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r5.r4b"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/definition-method",
  "version": "5.0.0",
  "name": "DefinitionMethod",
  "title": "Definition Method",
  "status": "active",
  "experimental": false,
  "date": "2020-12-28T15:55:11+10:00",
  "publisher": "Clinical Decision Support",
  "contact": [
    {
      "name": "Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "The method used to define, describe, or determine a characteristic value.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/definition-method",
  "content": "complete",
  "concept": [
    {
      "code": "systematic-assessment",
      "display": "Systematic Assessment",
      "definition": "Any method of routinely determining whether or not specific outcomes (e.g. adverse events) have occurred, for example through a standard questionnaire, regular investigator assessment, regular laboratory testing, or other method"
    },
    {
      "code": "non-systematic-assessment",
      "display": "Non-Systematic Assessment",
      "definition": "Any non-systematic method for determining whether or not adverse events have occurred, such as self-reporting by participants or occasional assessment/testing"
    },
    {
      "code": "mean",
      "display": "Mean",
      "definition": "Aggregated using mean of observed values."
    },
    {
      "code": "median",
      "display": "Median",
      "definition": "Aggregated using median of observed values."
    },
    {
      "code": "mean-of-mean",
      "display": "Mean of Means",
      "definition": "Aggregated using mean of means (e.g. study mean values)."
    },
    {
      "code": "mean-of-median",
      "display": "Mean of Medians",
      "definition": "Aggregated using mean of medians (e.g. study median values)."
    },
    {
      "code": "median-of-mean",
      "display": "Median of Means",
      "definition": "Aggregated using median of means (e.g. study mean values)."
    },
    {
      "code": "median-of-median",
      "display": "Median of Medians",
      "definition": "Aggregated using median of medians (e.g. study median values)."
    }
  ]
}