Go To AIH-HSP Data Types

1 Definition 2 Functional Requirements 3 Syntax 4 Semantics 5    Conformance Testing 6     Performance Assessment

1 Definition

Clinical Record Object specifies the representation of structured, symbolic health information such as diagnoses, observations, procedures, medications, and laboratory results and represents discrete clinical facts rather than continuous signals and are intended to support AI‑based reasoning, decision support, and integration with signal‑based health data. It references Clinical Record Qualifier.

2 Functional Requirements

A Clinical Record Object shall enable:

  • Representation of structured clinical information using symbolic values.
  • Association of clinical facts with time, subject, and clinical context.
  • Integration with AI‑based reasoning, decision support, and analytics.
  • Interoperability with signal‑based and imaging‑based health data.

A Clinical Record Object shall:

  • Support standard clinical vocabularies and taxonomies.
  • Allow partial or incremental clinical information.
  • Remain independent of any specific electronic health record (EHR) system.

3 Syntax

https://schemas.mpai.community/AIH1/V1.0/data/ClinicalRecordObject.json

4 Semantics

Label Description
Header Clinical Records Object Header – Standard “TFA‑CRO‑Vx.y”.
ClinicalRecordObjectID Identifier of the Clinical Record instance.
ClinicalRecordObjectTime Time associated with the clinical record entry.
RecordType Type of clinical record (e.g. Diagnosis, Observation, Procedure, Medication, LabResult).
ClinicalRecordObjectData Symbolic clinical data payload.
ClinicalRecordQualifier Qualifier defining coding system, interpretation, or clinical scope.
DataXMData Information about this Clinical Records Object Instance.
DescrMetadata Descriptive Metadata

5     Conformance Testing

A Data instance Conforms with Clinical Records Object (AIH-CRO) if:

  1.  Its JSON Object validates against its JSON Schema.
  2. Any included  JSON Object validates against its JSON Schema.
  3. All Data in the JSON Object:
    1. Have the specified Data Types.
    2. Conform with the Qualifiers signaled in their JSON Schemas.

6     Performance Assessment

Go To AIH-HSP Data Types