ParserConfig

The configuration for the parser. It determines how the server parses the messages.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-IdentificationInteroperabilityCloud

Properties

Name Type Description
allowNullHeader boolean Determines whether messages with no header are allowed.
schema object Schemas used to parse messages in this store, if schematized parsing is desired.
segmentTerminator string Byte(s) to use as the segment terminator. If this is unset, '\r' is used as segment terminator, matching the HL7 version 2 specification.
version string Immutable. Determines the version of both the default parser to be used when `schema` is not given, as well as the schematized parser used when `schema` is specified. This field is immutable after HL7
View JSON Schema on GitHub

JSON Schema

ParserConfig.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ParserConfig",
  "description": "The configuration for the parser. It determines how the server parses the messages.",
  "properties": {
    "allowNullHeader": {
      "description": "Determines whether messages with no header are allowed.",
      "type": "boolean"
    },
    "schema": {
      "$ref": "#/components/schemas/SchemaPackage",
      "description": "Schemas used to parse messages in this store, if schematized parsing is desired."
    },
    "segmentTerminator": {
      "description": "Byte(s) to use as the segment terminator. If this is unset, '\\r' is used as segment terminator, matching the HL7 version 2 specification.",
      "format": "byte",
      "type": "string"
    },
    "version": {
      "description": "Immutable. Determines the version of both the default parser to be used when `schema` is not given, as well as the schematized parser used when `schema` is specified. This field is immutable after HL7v2 store creation.",
      "enum": [
        "PARSER_VERSION_UNSPECIFIED",
        "V1",
        "V2",
        "V3"
      ],
      "type": "string"
    }
  },
  "type": "object"
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/ParserConfig"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.