FHIR Release 3 (STU) 5 Ballot

This page is part of the FHIR Specification (v3.0.2: STU (v5.0.0-ballot: R5 Ballot - see ballot notes 3). ). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 Content Detailed Descriptions Mappings XML JSON R2

Example ValueSet/response-code (XML)

Extension: bindingName URL for this extension: http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName
FHIR Infrastructure Vocabulary Work Group   Maturity Level : 1 N/A Standards Status : Informative Use Context : Any

Summary Name Flags Card. Type Description & Constraints extension Raw XML 0..1 string ( canonical form URL = http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName bindingName: A name that can be used for code generation when generating named enumerations for the binding. Use on data type: ElementDefinition.binding Documentation for this format + also see XML Format Specification Full Structure )

Name Flags Card. Type Description & Constraints extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName bindingName: A name that can be used for code generation when generating named enumerations

Definition for the binding. Use on data type: ElementDefinition.binding url 1..1 uri "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" valueString 0..1 string Value of extension Documentation for this format XML Template SetResponseType

<!-- bindingName -->
<?xml version="1.0" encoding="UTF-8"?>


< xmlns="http://hl7.org/fhir"
     url="" >
  <!-- from Element: 
 <
</extension>
JSON
Template
  
{ // 
  // from Element: 
    "
    ],
    " 
    "
  }
Summary

<ValueSet xmlns="http://hl7.org/fhir">
  <id value="response-code"/> 
  <meta> 
    <lastUpdated value="2022-09-10T04:52:37.223+10:00"/> 
    <profile value="http://hl7.org/fhir/StructureDefinition/shareablevalueset"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <ul> 
        <li> Include all codes defined in 
          <a href="codesystem-response-code.html">
            <code> http://hl7.org/fhir/response-code</code> 
          </a> 
        </li> 
      </ul> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="inm"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="4"/> 
  </extension> 
  <url value="http://hl7.org/fhir/ValueSet/response-code"/> 
  <identifier> 
    <system value="urn:ietf:rfc:3986"/> 
    <value value="urn:oid:2.16.840.1.113883.4.642.3.380"/> 
  </identifier> 
  <version value="5.0.0-ballot"/> 
  <name value="ResponseType"/> 
  <title value="ResponseType"/> 
  <status value="draft"/> 
  <experimental value="false"/> 
  <date value="2020-12-28T16:55:11+11:00"/> 
  <publisher value="HL7 (FHIR Project)"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://hl7.org/fhir"/> 
    </telecom> 
    <telecom> 
      <system value="email"/> 
      <value value="fhir@lists.hl7.org"/> 
    </telecom> 
  </contact> 
  <description value="The kind of response to a message."/> 
  <immutable value="true"/> 
  <compose> 
    <include> 
      <system value="http://hl7.org/fhir/response-code"/> 
    </include> 
  </compose> 

Name
Flags
Card.
Type
Description
&
Constraints


</

ValueSet


>


extension
0..1
string
URL
=
http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName
bindingName:
A
name
that
can
be
used
for
code
generation
when
generating
named
enumerations
for
the
binding.
Use
on
data
type:
ElementDefinition.binding
Documentation
for
this
format



Full Structure Name Flags Card. Type Description & Constraints extension 0..1 Extension URL = http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName bindingName: A name Usage note: every effort has been made to ensure that can be used for code generation when generating named enumerations for the binding. Use on data type: ElementDefinition.binding url 1..1 uri "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName" valueString 0..1 string Value examples are correct and useful, but they are not a normative part of extension Documentation for this format XML Template <!-- bindingName --> < xmlns="http://hl7.org/fhir" url="" > <!-- from Element: < </extension> JSON Template the specification.

{ // // from Element: " ], " " }
  Constraints ele-1 : All FHIR elements must have a @value or children (xpath: @value|f:*|h:div ) ext-1 : Must have either extensions or value[x], not both (xpath: exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')]) )