FHIR 5.0.0 © HL7.org  |  FHIRsmith 0.8.5  |  Server Home  |  TX Home  |  Capability Statement  |  Terminology Capabilities  |  Operations  |  Problems  |   

TX: CodeSystem fhir-format-type

<?xml version="1.0" encoding="UTF-8"?>
<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="fhir-format-type"/>
  <meta>
    <lastUpdated value="2023-03-26T15:21:02.749+11:00"/>
  </meta>
  <text>
    <status value="generated"/>
    <div value="&lt;div xmlns=&quot;http://www.w3.org/1999/xhtml&quot;&gt;
            &lt;p&gt;This code system 
              &lt;code&gt;http://hl7.org/fhir/fhir-format-type&lt;/code&gt; defines the following codes:
            &lt;/p&gt;
            &lt;table class=&quot;codes&quot;&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;
                  &lt;b&gt;Code&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Display&lt;/b&gt;
                &lt;/td&gt;
                &lt;td&gt;
                  &lt;b&gt;Definition&lt;/b&gt;
                &lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;xml
                  &lt;a name=&quot;fhir-format-type-xml&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;XML&lt;/td&gt;
                &lt;td&gt;XML content-type corresponding to the application/fhir+xml mime-type.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;json
                  &lt;a name=&quot;fhir-format-type-json&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;JSON&lt;/td&gt;
                &lt;td&gt;JSON content-type corresponding to the application/fhir+json mime-type.&lt;/td&gt;
              &lt;/tr&gt;
              &lt;tr&gt;
                &lt;td style=&quot;white-space:nowrap&quot;&gt;ttl
                  &lt;a name=&quot;fhir-format-type-ttl&quot;&gt; &lt;/a&gt;
                &lt;/td&gt;
                &lt;td&gt;TTL&lt;/td&gt;
                &lt;td&gt;RDF content-type corresponding to the text/turtle mime-type.&lt;/td&gt;
              &lt;/tr&gt;
            &lt;/table&gt;
          &lt;/div&gt;"/>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="5"/>
  </extension>
  <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>
  <url value="http://hl7.org/fhir/fhir-format-type"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:2.16.840.1.113883.4.642.4.1911"/>
  </identifier>
  <version value="5.0.0"/>
  <name value="FHIRFormatType"/>
  <title value="FHIR Format Type"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2022-08-17"/>
  <publisher value="HL7"/>
  <description value="FHIR Format types"/>
  <jurisdiction>
    <coding>
      <system value="http://unstats.un.org/unsd/methods/m49/m49.htm"/>
      <code value="001"/>
      <display value="World"/>
    </coding>
  </jurisdiction>
  <caseSensitive value="true"/>
  <valueSet value="http://hl7.org/fhir/ValueSet/fhir-content-type"/>
  <content value="complete"/>
  <concept>
    <code value="xml"/>
    <display value="XML"/>
    <definition value="XML content-type corresponding to the application/fhir+xml mime-type."/>
  </concept>
  <concept>
    <code value="json"/>
    <display value="JSON"/>
    <definition value="JSON content-type corresponding to the application/fhir+json mime-type."/>
  </concept>
  <concept>
    <code value="ttl"/>
    <display value="TTL"/>
    <definition value="RDF content-type corresponding to the text/turtle mime-type."/>
  </concept>
</CodeSystem>