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 (JSON)

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

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

Definition for Code SystemSimpleFormatCodes

{
  "resourceType" : "CodeSystem",
  "id" : "simple-format-codes",
  "meta" : {
    "lastUpdated" : "2025-03-18T13:49:06.036+00:00"
  },
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "normative"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
    "valueCode" : "4.0.0"
  },
  {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 5
  }],
  "url" : "http://hl7.org/fhir/simple-format-codes",
  "version" : "6.0.0-ballot2",
  "name" : "SimpleFormatCodes",
  "title" : "Simple Format Codes",
  "status" : "active",
  "experimental" : false,
  "publisher" : "HL7 International / FHIR Infrastructure",
  "contact" : [{
    "telecom" : [{
      "system" : "url",
      "value" : "http://www.hl7.org/Special/committees/fiwg"
    }]
  }],
  "description" : "This value set includes simple codes for format defined for CapabilityStatement.format.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "code" : "001",
      "display" : "World"
    }]
  }],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [{
    "code" : "xml",
    "display" : "xml",
    "definition" : "The XML format described by the FHIR specification. The formal Mime Type is application/fhir+xml"
  },
  {
    "code" : "json",
    "display" : "json",
    "definition" : "The JSON format described by the FHIR specification. The formal Mime Type is application/fhir+json"
  },
  {
    "code" : "ttl",
    "display" : "ttl",
    "definition" : "The RDF format described by the FHIR specification. The formal Mime Type is application/fhir+turtle"
  }]
}

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.