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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4.r4b
Resource TypeCodeSystem
IdCodeSystem-study-type.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: CodeSystem study-type

This case-sensitive code system http://terminology.hl7.org/CodeSystem/study-type defines the following codes:

CodeDisplayDefinition
RCT randomized trialrandomized controlled trial.
CCT controlled trial (non-randomized)controlled (but not randomized) trial.
cohort comparative cohort studyobservational study comparing cohorts.
case-control case-control studycase-control study.
series uncontrolled cohort or case seriesuncontrolled cohort or case series.
case-report case reporta single case report.
mixed mixed methodsa combination of 1 or more types of studies.

Source1

{
  "resourceType": "CodeSystem",
  "id": "study-type",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 0
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4.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://terminology.hl7.org/CodeSystem/study-type",
  "version": "4.0.1",
  "name": "StudyType",
  "title": "StudyType",
  "status": "draft",
  "experimental": false,
  "date": "2019-11-01T08:29:23+10:00",
  "publisher": "Clinical Decision Support",
  "contact": [
    {
      "name": "Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Types of research studies (types of research methods).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/study-type|4.3.0",
  "content": "complete",
  "concept": [
    {
      "code": "RCT",
      "display": "randomized trial",
      "definition": "randomized controlled trial."
    },
    {
      "code": "CCT",
      "display": "controlled trial (non-randomized)",
      "definition": "controlled (but not randomized) trial."
    },
    {
      "code": "cohort",
      "display": "comparative cohort study",
      "definition": "observational study comparing cohorts."
    },
    {
      "code": "case-control",
      "display": "case-control study",
      "definition": "case-control study."
    },
    {
      "code": "series",
      "display": "uncontrolled cohort or case series",
      "definition": "uncontrolled cohort or case series."
    },
    {
      "code": "case-report",
      "display": "case report",
      "definition": "a single case report."
    },
    {
      "code": "mixed",
      "display": "mixed methods",
      "definition": "a combination of 1 or more types of studies."
    }
  ]
}