ParsedData

The content of a HL7v2 message in a structured format.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
segments array
View JSON Schema on GitHub

JSON Schema

ParsedData.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ParsedData",
  "description": "The content of a HL7v2 message in a structured format.",
  "properties": {
    "segments": {
      "items": {
        "$ref": "#/components/schemas/Segment"
      },
      "type": "array"
    }
  },
  "type": "object"
}