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

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4b.r5
Resource TypeCodeSystem
IdCodeSystem-evidence-report-type.json
FHIR VersionR5
Sourcehttp://hl7.org/fhir/uv/xver-r4b.r5/0.0.1-snapshot-2/CodeSystem-evidence-report-type.html
URLhttp://terminology.hl7.org/CodeSystem/evidence-report-type
Version4.3.0
Statusdraft
Date2020-12-28T15:55:11+10:00
NameEvidenceReportType
TitleEvidenceReportType
Realmuv
Authorityhl7
DescriptionThe kind of report, such as grouping of classifiers, search results, or human-compiled expression.
Contentcomplete

Resources that use this resource

ValueSet
R4B-evidence-report-type-for-R4Cross-version VS for R4B.EvidenceReportType 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://terminology.hl7.org/CodeSystem/evidence-report-type defines the following codes:

Code Display Definition
classification Classification The report is primarily a listing of classifiers about the report subject.
search-results Search Results The report is a composition of results generated in response to a search query.
resources-compiled Resource Compilation The report is a composition containing one or more FHIR resources in the content.
text-structured Structured Text The report is a structured representation of text.

Source1

{
  "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-r4b.r5"
        },
        {
          "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/evidence-report-type",
  "version": "4.3.0",
  "name": "EvidenceReportType",
  "title": "EvidenceReportType",
  "status": "draft",
  "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|5.0.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."
    }
  ]
}