Field

A (sub) field of a type.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-IdentificationInteroperabilityCloud

Properties

Name Type Description
maxOccurs integer The maximum number of times this field can be repeated. 0 or -1 means unbounded.
minOccurs integer The minimum number of times this field must be present/repeated.
name string The name of the field. For example, "PID-1" or just "1".
table string The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table "0296".
type string The type of this field. A Type with this name must be defined in an Hl7TypesConfig.
View JSON Schema on GitHub

JSON Schema

Field.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Field",
  "description": "A (sub) field of a type.",
  "properties": {
    "maxOccurs": {
      "description": "The maximum number of times this field can be repeated. 0 or -1 means unbounded.",
      "format": "int32",
      "type": "integer"
    },
    "minOccurs": {
      "description": "The minimum number of times this field must be present/repeated.",
      "format": "int32",
      "type": "integer"
    },
    "name": {
      "description": "The name of the field. For example, \"PID-1\" or just \"1\".",
      "type": "string"
    },
    "table": {
      "description": "The HL7v2 table this field refers to. For example, PID-15 (Patient's Primary Language) usually refers to table \"0296\".",
      "type": "string"
    },
    "type": {
      "description": "The type of this field. A Type with this name must be defined in an Hl7TypesConfig.",
      "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/Field"
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.