FHIR IG analytics| Package | hl7.fhir.uv.xver-r5.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-evidence-report-type.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r5.r4b/0.0.1-snapshot-2/CodeSystem-evidence-report-type.html |
| URL | http://hl7.org/fhir/evidence-report-type |
| Version | 5.0.0 |
| Status | active |
| Date | 2020-12-28T15:55:11+10:00 |
| Name | EvidenceReportType |
| Title | Evidence Report Type |
| Realm | uv |
| Authority | hl7 |
| Description | The kind of report, such as grouping of classifiers, search results, or human-compiled expression. |
| Content | complete |
| ValueSet | |
| R5-evidence-report-type-for-R4 | Cross-version VS for R5.EvidenceReportType for use in FHIR R4 |
No resources found
Note: links and images are rebased to the (stated) source
This code system
http://hl7.org/fhir/evidence-report-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "evidence-report-type",
"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/evidence-report-type",
"version": "5.0.0",
"name": "EvidenceReportType",
"title": "Evidence Report Type",
"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 kind of report, such as grouping of classifiers, search results, or human-compiled expression.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/evidence-report-type|4.3.0",
"content": "complete",
"concept": [
{
"code": "classification",
"display": "Classification",
"definition": "The report is primarily a listing of classifiers about the report subject."
},
{
"code": "search-results",
"display": "Search Results",
"definition": "The report is a composition of results generated in response to a search query."
},
{
"code": "resources-compiled",
"display": "Resource Compilation",
"definition": "The report is a composition containing one or more FHIR resources in the content."
},
{
"code": "text-structured",
"display": "Structured Text",
"definition": "The report is a structured representation of text."
}
]
}