FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-study-type.json |
| FHIR Version | R4B |
No resources found
No resources found
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:
{
"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."
}
]
}