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 R3

Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.3.14.214 Code System http://terminology.hl7.org/CodeSystem/definition-topic

Example TerminologyCapabilities/example (JSON)

Committee:
Clinical Decision Support Vocabulary Work Group   Maturity Level : 1 N/A Draft Use Context Standards Status : Any This is a code system defined by the FHIR project. Summary Defining URL: http://terminology.hl7.org/CodeSystem/definition-topic Version: 4.0.1 Name: DefinitionTopic Title: DefinitionTopic Definition: Informative High-level categorization of the definition, used for searching, sorting, and filtering. Compartments : Not linked to any defined compartments

This code system http://terminology.hl7.org/CodeSystem/definition-topic defines the following codes: Code Display Definition treatment Raw JSON Treatment The definition is related to treatment of the patient. education ( canonical form Education The definition is related to education of the patient. assessment + also see JSON Format Specification Assessment The definition is related to assessment of the patient.   )

See the full registry of code systems defined as part of FHIR. General Terminology Capability Example

{
  "resourceType" : "TerminologyCapabilities",
  "id" : "example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n\t\t\t<p>The EHR Server supports the following transactions for the resource Person: read, vread, \n        update, history, search(name,gender), create and updates.</p>\n\t\t\t<p>The EHR System supports the following message: admin-notify::Person.</p>\n\t\t\t<p>The EHR Application has a \n        <a href=\"http://fhir.hl7.org/base/Profilebc054d23-75e1-4dc6-aca5-838b6b1ac81d/_history/b5fdd9fc-b021-4ea1-911a-721a60663796\">general document profile</a>.\n      </p>\n\t\t</div>"
  },
  "url" : "urn:uuid:68d043b5-9ecf-4559-a57a-396e0d452311",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.6.2"
  }],
  "version" : "20130510",
  "name" : "ACME-EHR",
  "title" : "ACME EHR capability statement",
  "status" : "draft",
  "experimental" : true,
  "date" : "2012-01-04",
  "publisher" : "ACME Corporation",
  "contact" : [{
    "name" : "System Administrator",
    "telecom" : [{
      "system" : "email",
      "value" : "wile@acme.org"
    }]
  }],
  "description" : "This is the FHIR capability statement for the main EHR at ACME for the private interface - it does not describe the public interface",
  "kind" : "instance",
  "software" : {
    "name" : "TxServer",
    "version" : "0.1.2"
  },
  "implementation" : {
    "description" : "Acme Terminology Server",
    "url" : "http://example.org/tx"
  },
  "codeSearch" : "in-compose-or-expansion"
}

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.