FHIR Release 3 (STU) Snapshot 3: Connectathon 32 Base

This page is part of the Snapshot #3 for FHIR Specification (v3.0.2: STU 3). 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.2.12.539 Code System http://hl7.org/fhir/FDI-surface

Example CodeSystem/questionnaire-enable-behavior (JSON)

Committee:
Vocabulary FHIR Infrastructure Work Group   Maturity Level : 1 N/A Informative Use Context Standards Status : Not Intended for Production use This is a code system defined by the FHIR project. Summary Defining URL: http://hl7.org/fhir/FDI-surface Name: Surface Codes Informative Definition: This value set includes a smattering of FDI tooth surface codes.

This code system http://hl7.org/fhir/FDI-surface defines the following codes: Code Display Definition M Mesial The surface of a tooth that is closest to the midline (middle) of the face. O Occlusal The chewing surface of posterior teeth. I Incisal The biting edge of anterior teeth. D Distal The surface of a tooth that faces away from the midline of the face. B Buccal The surface of a posterior tooth facing the cheeks. V Ventral The surface of a tooth facing the lips. L Lingual The surface of a tooth facing the tongue. MO Mesioclusal The Mesioclusal surfaces of a tooth. DO Raw JSON Distoclusal The Distoclusal surfaces of a tooth. DI ( canonical form Distoincisal The Distoincisal surfaces of a tooth. MOD + also see JSON Format Specification Mesioclusodistal The Mesioclusodistal surfaces of a tooth.   )

See the full registry of value sets defined as part of FHIR. Definition for Code SystemEnableWhenBehavior

{
  "resourceType" : "CodeSystem",
  "id" : "questionnaire-enable-behavior",
  "meta" : {
    "lastUpdated" : "2022-12-14T07:12:54.019+11:00",
    "profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://hl7.org/fhir/questionnaire-enable-behavior</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">all<a name=\"questionnaire-enable-behavior-all\"> </a></td><td>All</td><td>Enable the question when all the enableWhen criteria are satisfied.</td></tr><tr><td style=\"white-space:nowrap\">any<a name=\"questionnaire-enable-behavior-any\"> </a></td><td>Any</td><td>Enable the question when any of the enableWhen criteria are satisfied.</td></tr></table></div>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 3
  }],
  "url" : "http://hl7.org/fhir/questionnaire-enable-behavior",
  "identifier" : [{
    "system" : "urn:ietf:rfc:3986",
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.1008"
  }],
  "version" : "5.0.0-snapshot3",
  "name" : "EnableWhenBehavior",
  "title" : "EnableWhenBehavior",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-01-05T10:01:24+11:00",
  "publisher" : "HL7 (FHIR Project)",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://hl7.org/fhir"
    },
    {
      "system" : "email",
      "value" : "fhir@lists.hl7.org"
    }]
  }],
  "description" : "Controls how multiple enableWhen values are interpreted -  whether all or any must be true.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "valueSet" : "http://hl7.org/fhir/ValueSet/questionnaire-enable-behavior",
  "content" : "complete",
  "concept" : [{
    "code" : "all",
    "display" : "All",
    "definition" : "Enable the question when all the enableWhen criteria are satisfied."
  },
  {
    "code" : "any",
    "display" : "Any",
    "definition" : "Enable the question when any of the enableWhen criteria are satisfied."
  }]
}

Explanation of the columns that may appear on this page: Level A few code lists Usage note: every effort has been made to ensure that FHIR defines are hierarchical - each code is assigned a level. In this scheme, some codes the examples are under other codes, correct and imply that the code useful, but they are under also applies 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 that the code is 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.