VersionSource

Describes a selector for extracting and matching an MSH field to a value.

HealthcareFHIRHL7v2DICOMMedical ImagingDe-identificationInteroperabilityCloud

Properties

Name Type Description
mshField string The field to extract from the MSH segment. For example, "3.1" or "18[1].1".
value string The value to match with the field. For example, "My Application Name" or "2.3".
View JSON Schema on GitHub

JSON Schema

VersionSource.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "VersionSource",
  "description": "Describes a selector for extracting and matching an MSH field to a value.",
  "properties": {
    "mshField": {
      "description": "The field to extract from the MSH segment. For example, \"3.1\" or \"18[1].1\".",
      "type": "string"
    },
    "value": {
      "description": "The value to match with the field. For example, \"My Application Name\" or \"2.3\".",
      "type": "string"
    }
  },
  "type": "object"
}