SchematizedData

The content of an HL7v2 message in a structured format as specified by a schema.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
data string JSON output of the parser.
error string The error output of the parser.
View JSON Schema on GitHub

JSON Schema

SchematizedData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "SchematizedData",
  "description": "The content of an HL7v2 message in a structured format as specified by a schema.",
  "properties": {
    "data": {
      "description": "JSON output of the parser.",
      "type": "string"
    },
    "error": {
      "description": "The error output of the parser.",
      "type": "string"
    }
  },
  "type": "object"
}