Release 4 Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always be available at this URL). The current version which supercedes this version is 5.0.0 R5 , released to support Connectathon 32 . For a full list of available versions, see the Directory of published versions . Page versions: R4B R4

Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.3.14.436 Code System http://terminology.hl7.org/CodeSystem/synthesis-type

Example PlanDefinition/chlamydia-screening-intervention (JSON)

Committee:
Clinical Decision Support Work Group   Maturity Level : 0 N/A Trial Use Use Context Standards Status : Any This is a code system defined by the FHIR project. Summary Defining URL: http://terminology.hl7.org/CodeSystem/synthesis-type Version: 4.0.1 Name: SynthesisType Title: SynthesisType Definition: Informative Types of combining results from a body of evidence (eg. summary data meta-analysis). Compartments : Not linked to any defined compartments

This code system http://terminology.hl7.org/CodeSystem/synthesis-type defines the following codes: Code Display Definition std-MA summary data meta-analysis A meta-analysis of the summary data of estimates from individual studies or data sets. IPD-MA individual patient data meta-analysis A meta-analysis of the individual participant data from individual studies or data sets. indirect-NMA indirect network meta-analysis An indirect meta-analysis derived from 2 or more direct comparisons in a network meta-analysis. combined-NMA Raw JSON combined direct plus indirect network meta-analysis An composite meta-analysis derived from direct comparisons and indirect comparisons in a network meta-analysis. range ( canonical form range of results A range of results across a body of evidence. classification + also see JSON Format Specification classifcation of results An approach describing a body of evidence by categorically classifying individual studies (eg 3 studies showed beneft and 2 studied found no effect).   )

See the full registry of code systems defined as part of FHIR. Chlamydia Screening CDS example

{
  "resourceType" : "PlanDefinition",
  "id" : "chlamydia-screening-intervention",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n         <table class=\"grid dict\">\n            <tr>\n               <td>\n                  <b>Id: </b>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"padding-left: 25px; padding-right: 25px;\">PlanDefinition/chlamydia-screening-intervention</td>\n            </tr>\n         </table>\n         <p/>\n         <table class=\"grid dict\">\n            <tr>\n               <td>\n                  <b>Identifier: </b>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"padding-left: 25px; padding-right: 25px;\">\n                  <b>value: </b>\n                  <span>ChlamydiaScreening_CDS_UsingCommon</span>\n               </td>\n            </tr>\n         </table>\n         <p/>\n         <table class=\"grid dict\">\n            <tr>\n               <td>\n                  <b>Title: </b>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"padding-left: 25px; padding-right: 25px;\">Chalmydia Screening CDS Example Using Common</td>\n            </tr>\n         </table>\n         <p/>\n         <table class=\"grid dict\">\n            <tr>\n               <td>\n                  <b>Status: </b>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"padding-left: 25px; padding-right: 25px;\">draft</td>\n            </tr>\n         </table>\n         <p/>\n         <table class=\"grid dict\">\n            <tr>\n               <td>\n                  <b>Description: </b>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"padding-left: 25px; padding-right: 25px;\">Chlamydia Screening CDS Example Using Common</td>\n            </tr>\n         </table>\n         <p/>\n         <table class=\"grid dict\">\n            <tr>\n               <td>\n                  <b>Topic: </b>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"padding-left: 25px; padding-right: 25px;\">\n                  <span>\n                     <b>text: </b>\n                     <span>Chlamydia Screening</span>\n                  </span>\n               </td>\n            </tr>\n         </table>\n         <p/>\n         <table class=\"grid dict\">\n            <tr>\n               <td>\n                  <b>Library: </b>\n               </td>\n            </tr>\n            <tr>\n               <td style=\"padding-left: 25px; padding-right: 25px;\">\n                  <b>reference: </b>\n                  <span>Library/example</span>\n               </td>\n            </tr>\n         </table>\n         <p/>\n         <h2>Actions</h2>\n         <p style=\"width: 100%;\" class=\"hierarchy\">\n            <span>\n               <b>Step: </b>\n               <br/>\n               <span style=\"padding-left: 25px;\">\n                  <b>title: </b>\n                  <span>Patient has not had chlamydia screening within the recommended timeframe...</span>\n                  <br/>\n               </span>\n               <span style=\"padding-left: 25px;\">\n                  <b>condition: </b>\n                  <br/>\n                  <span style=\"padding-left: 50px;\">\n                     <b>type: </b>\n                     <span>applicability</span>\n                  </span>\n                  <br/>\n                  <span style=\"padding-left: 50px;\">\n                     <b>expression: </b>\n                     <span>NoScreening</span>\n                  </span>\n               </span>\n            </span>\n         </p>\n      </div>"
  },
  "identifier" : [{
    "use" : "official",
    "value" : "ChlamydiaScreening_CDS_UsingCommon"
  }],
  "version" : "2.0.0",
  "title" : "Chalmydia Screening CDS Example Using Common",
  "status" : "draft",
  "date" : "2015-07-22",
  "description" : "Chlamydia Screening CDS Example Using Common",
  "topic" : [{
    "text" : "Chlamydia Screening"
  }],
  "library" : ["http://example.org/fhir/Library/example"],
  "action" : [{
    "title" : "Patient has not had chlamydia screening within the recommended timeframe...",
    "condition" : [{
      "kind" : "applicability",
      "expression" : {
        "language" : "text/cql",
        "expression" : "NoScreening"
      }
    }],
    "dynamicValue" : [{
      "path" : "$this",
      "expression" : {
        "language" : "text/cql",
        "expression" : "ChlamydiaScreeningRequest"
      }
    }]
  }]
}

Explanation of the columns that may appear on this page: Level A few code lists that FHIR defines are hierarchical - each code is assigned a level. See Code System for further information. Source The source of the definition of the code (when the value set draws in codes defined elsewhere) Code The code (used as the code in the resource instance). If the code is in italics, this indicates Usage note: every effort has been made to ensure that the code is examples are correct and useful, but they are not selectable ('Abstract') Display The display (used in the display element of a Coding ). If there is no display, implementers should not simply display the code, but map the concept into their application Definition An explanation of the meaning normative part of the concept Comments Additional notes about how to use the code specification.