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

<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="simple-format-codes"/>
  <meta>
    <lastUpdated value="2026-04-01T17:59:15.240+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>
      <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"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.2133"/>
  </identifier>
  <version value="6.0.0-ballot4"/>
  <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>