FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/simple-format-codes (XML)

FHIR Infrastructure Work GroupMaturity Level: N/AStandards Status: Informative

Raw XML (canonical form + also see XML Format Specification)

Definition for Code SystemSimpleFormatCodes

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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="simple-format-codes"/> 
  <meta> 
    <lastUpdated value="2025-03-18T13:49:06.036+00:00"/> 
  </meta> 
  <text> 
    <status value="generated"/> 
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p class="res-header-id">
        <b> Generated Narrative: CodeSystem simple-format-codes</b> 
      </p> 
      <a name="simple-format-codes"> </a> 
      <a name="hcsimple-format-codes"> </a> 
      <a name="simple-format-codes-en-US"> </a> 
      <p> This case-sensitive code system 
        <code> http://hl7.org/fhir/simple-format-codes</code>  defines the following codes:
      </p> 
      <table class="codes">
        <tr> 
          <td style="white-space:nowrap">
            <b> Code</b> 
          </td> 
          <td> 
            <b> Definition</b> 
          </td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">xml
            <a name="simple-format-codes-xml"> </a> 
          </td> 
          <td> The XML format described by the FHIR specification. The formal Mime Type is application/fhir+
            xml</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">json
            <a name="simple-format-codes-json"> </a> 
          </td> 
          <td> The JSON format described by the FHIR specification. The formal Mime Type is application/fhir
            +json</td> 
        </tr> 
        <tr> 
          <td style="white-space:nowrap">ttl
            <a name="simple-format-codes-ttl"> </a> 
          </td> 
          <td> The RDF format described by the FHIR specification. The formal Mime Type is application/fhir+
            turtle</td> 
        </tr> 
      </table> 
    </div> 
  </text> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="normative"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version">
    <valueCode value="4.0.0"/> 
  </extension> 
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="5"/> 
  </extension> 
  <url value="http://hl7.org/fhir/simple-format-codes"/> 
  <version value="6.0.0-ballot2"/> 
  <name value="SimpleFormatCodes"/> 
  <title value="Simple Format Codes"/> 
  <status value="active"/> 
  <experimental value="false"/> 
  <publisher value="HL7 International / FHIR Infrastructure"/> 
  <contact> 
    <telecom> 
      <system value="url"/> 
      <value value="http://www.hl7.org/Special/committees/fiwg"/> 
    </telecom> 
  </contact> 
  <description value="This value set includes simple codes for format defined for CapabilityStatement.format."/> 
  <jurisdiction> 
    <coding> 
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/> 
      <code value="001"/> 
      <display value="World"/> 
    </coding> 
  </jurisdiction> 
  <caseSensitive value="true"/> 
  <content value="complete"/> 
  <concept> 
    <code value="xml"/> 
    <display value="xml"/> 
    <definition value="The XML format described by the FHIR specification. The formal Mime Type is application/fhir+
    xml"/> 
  </concept> 
  <concept> 
    <code value="json"/> 
    <display value="json"/> 
    <definition value="The JSON format described by the FHIR specification. The formal Mime Type is application/fhir
    +json"/> 
  </concept> 
  <concept> 
    <code value="ttl"/> 
    <display value="ttl"/> 
    <definition value="The RDF format described by the FHIR specification. The formal Mime Type is application/fhir+
    turtle"/> 
  </concept> 
</CodeSystem> 

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.