GroupOrSegment

Construct representing a logical group or a segment.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
group object
segment object
View JSON Schema on GitHub

JSON Schema

GroupOrSegment.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "GroupOrSegment",
  "description": "Construct representing a logical group or a segment.",
  "properties": {
    "group": {
      "$ref": "#/components/schemas/SchemaGroup"
    },
    "segment": {
      "$ref": "#/components/schemas/SchemaSegment"
    }
  },
  "type": "object"
}