Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Marand Ehrscape result set

...

Code24 does not have yet implemented AQL, but most probably it will be ready in Q3/Q4 2016. Intention is to follow the same JSON as Marand's example above. The current RESTApi that we have at this time is published at http://rest.base24.nl/docs

 

CaboLabs

We do XML to JSON automatically. Our result sets have different forms, one oriented to COMPOSITIONS one oriented to DATATYPES.

COMPOSITIONS

Code Block
languagejs
firstline1
titlecomposition output
{
  "list": {
    "@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
    "@xmlns": "http://schemas.openehr.org/v1",
    "version": {
      "@xsi:type": "ORIGINAL_VERSION",
      "contribution": {
        "id": {
          "@xsi:type": "HIER_OBJECT_ID",
          "value": "71da6483-9e69-43dc-82a9-dc5926a41c7d"
        },
        "namespace": "EHR::COMMON",
        "type": "CONTRIBUTION"
      },
      "commit_audit": {
        "system_id": "CABOLABS_EHR",
        "committer": {
          "@xsi:type": "PARTY_IDENTIFIED",
          "external_ref": {
            "id": {
              "@xsi:type": "HIER_OBJECT_ID",
              "value": "cc193f71-f5fe-438a-87f9-81ecb302eede"
            },
            "namespace": "DEMOGRAPHIC",
            "type": "PERSON"
          },
          "name": "Dr. House"
        },
        "time_committed": {
          "value": "20160502T174526,000-0400"
        },
        "change_type": {
          "value": "creation",
          "defining_code": {
            "terminology_id": {
              "value": "openehr"
            },
            "code_string": 249
          }
        }
      },
      "uid": {
        "value": "e02b938e-ffca-446e-9562-ed609b0a67ad::EMR::1"
      },
      "data": {
        "@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
        "@archetype_node_id": "openEHR-EHR-COMPOSITION.signos.v1",
        "@xsi:type": "COMPOSITION",
        "name": {
          "value": "Signos vitales"
        },
        "uid": {
          "@xsi:type": "HIER_OBJECT_ID",
          "value": "6ee98578-06e7-486b-a903-2a2fea21b1e9"
        },
        "archetype_details": {
          "archetype_id": {
            "value": "openEHR-EHR-COMPOSITION.signos.v1"
          },
          "template_id": {
            "value": "Signos"
          },
          "rm_version": "1.0.2"
        },
        "language": {
          "terminology_id": {
            "value": "ISO_639-1"
          },
          "code_string": "es"
        },
        "territory": {
          "terminology_id": {
            "value": "ISO_3166-1"
          },
          "code_string": "UY"
        },
        "category": {
          "value": "event",
          "defining_code": {
            "terminology_id": {
              "value": "openehr"
            },
            "code_string": 443
          }
        },
        "composer": {
          "@xsi:type": "PARTY_IDENTIFIED",
          "external_ref": {
            "id": {
              "@xsi:type": "HIER_OBJECT_ID",
              "value": "cc193f71-f5fe-438a-87f9-81ecb302eede"
            },
            "namespace": "DEMOGRAPHIC",
            "type": "PERSON"
          },
          "name": "Dr. House"
        },
        "context": {
          "start_time": {
            "value": "20160502T174526,000-0400"
          },
          "setting": {
            "value": "Hospital Montevideo",
            "defining_code": {
              "terminology_id": {
                "value": "openehr"
              },
              "code_string": 229
            }
          }
        },
        "content": [
          {
            "@archetype_node_id": "openEHR-EHR-OBSERVATION.blood_pressure.v1",
            "@xsi:type": "OBSERVATION",
            "name": {
              "value": "Blood Pressure"
            },
            "language": {
              "terminology_id": {
                "value": "ISO_639-1"
              },
              "code_string": "es"
            },
            "encoding": {
              "terminology_id": {
                "value": "Unicode"
              },
              "code_string": "UTF-8"
            },
            "subject": {
              "@xsi:type": "PARTY_SELF"
            },
            "protocol": {
              "@archetype_node_id": "at0011",
              "@xsi:type": "ITEM_TREE",
              "name": {
                "value": "Tree"
              }
            },
            "data": {
              "@archetype_node_id": "at0001",
              "@xsi:type": "HISTORY",
              "name": {
                "value": "history"
              },
              "origin": {
                "@xsi:type": "DV_DATE_TIME",
                "value": "20160502T174526,000-0400"
              },
              "events": {
                "@archetype_node_id": "at0006",
                "@xsi:type": "POINT_EVENT",
                "name": {
                  "value": "any event"
                },
                "time": {
                  "@xsi:type": "DV_DATE_TIME",
                  "value": "20160502T174526,000-0400"
                },
                "data": {
                  "@archetype_node_id": "at0003",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "blood pressure"
                  },
                  "items": [
                    {
                      "@archetype_node_id": "at0005",
                      "@xsi:type": "ELEMENT",
                      "name": {
                        "value": "Diastolic"
                      },
                      "value": {
                        "@xsi:type": "DV_QUANTITY",
                        "magnitude": 92,
                        "units": "mm[Hg]"
                      }
                    },
                    {
                      "@archetype_node_id": "at0004",
                      "@xsi:type": "ELEMENT",
                      "name": {
                        "value": "Systolic"
                      },
                      "value": {
                        "@xsi:type": "DV_QUANTITY",
                        "magnitude": 180,
                        "units": "mm[Hg]"
                      }
                    }
                  ]
                },
                "state": {
                  "@archetype_node_id": "at0007",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "state structure"
                  }
                }
              }
            }
          },
          {
            "@archetype_node_id": "openEHR-EHR-OBSERVATION.body_temperature.v1",
            "@xsi:type": "OBSERVATION",
            "name": {
              "value": "Body temperature"
            },
            "language": {
              "terminology_id": {
                "value": "ISO_639-1"
              },
              "code_string": "es"
            },
            "encoding": {
              "terminology_id": {
                "value": "Unicode"
              },
              "code_string": "UTF-8"
            },
            "subject": {
              "@xsi:type": "PARTY_SELF"
            },
            "protocol": {
              "@archetype_node_id": "at0020",
              "@xsi:type": "ITEM_TREE",
              "name": {
                "value": "Protocol"
              }
            },
            "data": {
              "@archetype_node_id": "at0002",
              "@xsi:type": "HISTORY",
              "name": {
                "value": "History"
              },
              "origin": {
                "@xsi:type": "DV_DATE_TIME",
                "value": "20160502T174526,000-0400"
              },
              "events": {
                "@archetype_node_id": "at0003",
                "@xsi:type": "POINT_EVENT",
                "name": {
                  "value": "Any event"
                },
                "time": {
                  "@xsi:type": "DV_DATE_TIME",
                  "value": "20160502T174526,000-0400"
                },
                "data": {
                  "@archetype_node_id": "at0001",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "Tree"
                  },
                  "items": {
                    "@archetype_node_id": "at0004",
                    "@xsi:type": "ELEMENT",
                    "name": {
                      "value": "Temperature"
                    },
                    "value": {
                      "@xsi:type": "DV_QUANTITY",
                      "magnitude": 39,
                      "units": "°C"
                    }
                  }
                },
                "state": {
                  "@archetype_node_id": "at0029",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "State"
                  }
                }
              }
            }
          },
          {
            "@archetype_node_id": "openEHR-EHR-OBSERVATION.pulse.v1",
            "@xsi:type": "OBSERVATION",
            "name": {
              "value": "Pulso"
            },
            "language": {
              "terminology_id": {
                "value": "ISO_639-1"
              },
              "code_string": "es"
            },
            "encoding": {
              "terminology_id": {
                "value": "Unicode"
              },
              "code_string": "UTF-8"
            },
            "subject": {
              "@xsi:type": "PARTY_SELF"
            },
            "protocol": {
              "@archetype_node_id": "at0010",
              "@xsi:type": "ITEM_TREE",
              "name": {
                "value": "*List(en)"
              }
            },
            "data": {
              "@archetype_node_id": "at0002",
              "@xsi:type": "HISTORY",
              "name": {
                "value": "*history(en)"
              },
              "origin": {
                "@xsi:type": "DV_DATE_TIME",
                "value": "20160502T174526,000-0400"
              },
              "events": {
                "@archetype_node_id": "at0003",
                "@xsi:type": "POINT_EVENT",
                "name": {
                  "value": "*Any event(en)"
                },
                "time": {
                  "@xsi:type": "DV_DATE_TIME",
                  "value": "20160502T174526,000-0400"
                },
                "data": {
                  "@archetype_node_id": "at0001",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "*structure(en)"
                  },
                  "items": {
                    "@archetype_node_id": "at0004",
                    "@xsi:type": "ELEMENT",
                    "name": {
                      "@xsi:type": "DV_CODED_TEXT",
                      "value": "Frecuencia cardiaca",
                      "defining_code": {
                        "terminology_id": {
                          "value": "local"
                        },
                        "code_string": "at1027"
                      }
                    },
                    "value": {
                      "@xsi:type": "DV_QUANTITY",
                      "magnitude": 65,
                      "units": "/min"
                    }
                  }
                },
                "state": {
                  "@archetype_node_id": "at0012",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "*List(en)"
                  }
                }
              }
            }
          },
          {
            "@archetype_node_id": "openEHR-EHR-OBSERVATION.respiration.v1",
            "@xsi:type": "OBSERVATION",
            "name": {
              "value": "Respirations"
            },
            "language": {
              "terminology_id": {
                "value": "ISO_639-1"
              },
              "code_string": "es"
            },
            "encoding": {
              "terminology_id": {
                "value": "Unicode"
              },
              "code_string": "UTF-8"
            },
            "subject": {
              "@xsi:type": "PARTY_SELF"
            },
            "data": {
              "@archetype_node_id": "at0001",
              "@xsi:type": "HISTORY",
              "name": {
                "value": "history"
              },
              "origin": {
                "@xsi:type": "DV_DATE_TIME",
                "value": "20160502T174526,000-0400"
              },
              "events": {
                "@archetype_node_id": "at0002",
                "@xsi:type": "POINT_EVENT",
                "name": {
                  "value": "Any event"
                },
                "time": {
                  "@xsi:type": "DV_DATE_TIME",
                  "value": "20160502T174526,000-0400"
                },
                "data": {
                  "@archetype_node_id": "at0003",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "List"
                  },
                  "items": {
                    "@archetype_node_id": "at0004",
                    "@xsi:type": "ELEMENT",
                    "name": {
                      "value": "Rate"
                    },
                    "value": {
                      "@xsi:type": "DV_QUANTITY",
                      "magnitude": 66,
                      "units": "/min"
                    }
                  }
                },
                "state": {
                  "@archetype_node_id": "at0022",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "List"
                  }
                }
              }
            }
          },
          {
            "@archetype_node_id": "openEHR-EHR-OBSERVATION.body_weight.v1",
            "@xsi:type": "OBSERVATION",
            "name": {
              "value": "Peso corporal"
            },
            "language": {
              "terminology_id": {
                "value": "ISO_639-1"
              },
              "code_string": "es"
            },
            "encoding": {
              "terminology_id": {
                "value": "Unicode"
              },
              "code_string": "UTF-8"
            },
            "subject": {
              "@xsi:type": "PARTY_SELF"
            },
            "protocol": {
              "@archetype_node_id": "at0015",
              "@xsi:type": "ITEM_TREE",
              "name": {
                "value": "*protocol structure(en)"
              }
            },
            "data": {
              "@archetype_node_id": "at0002",
              "@xsi:type": "HISTORY",
              "name": {
                "value": "*history(en)"
              },
              "origin": {
                "@xsi:type": "DV_DATE_TIME",
                "value": "20160502T174526,000-0400"
              },
              "events": {
                "@archetype_node_id": "at0003",
                "@xsi:type": "POINT_EVENT",
                "name": {
                  "value": "Cualquier evento."
                },
                "time": {
                  "@xsi:type": "DV_DATE_TIME",
                  "value": "20160502T174526,000-0400"
                },
                "data": {
                  "@archetype_node_id": "at0001",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "*Simple(en)"
                  },
                  "items": {
                    "@archetype_node_id": "at0004",
                    "@xsi:type": "ELEMENT",
                    "name": {
                      "value": "Peso"
                    },
                    "value": {
                      "@xsi:type": "DV_QUANTITY",
                      "magnitude": 48,
                      "units": "kg"
                    }
                  }
                },
                "state": {
                  "@archetype_node_id": "at0008",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "*state structure(en)"
                  }
                }
              }
            }
          },
          {
            "@archetype_node_id": "openEHR-EHR-OBSERVATION.height.v1",
            "@xsi:type": "OBSERVATION",
            "name": {
              "value": "Height/Length"
            },
            "language": {
              "terminology_id": {
                "value": "ISO_639-1"
              },
              "code_string": "es"
            },
            "encoding": {
              "terminology_id": {
                "value": "Unicode"
              },
              "code_string": "UTF-8"
            },
            "subject": {
              "@xsi:type": "PARTY_SELF"
            },
            "protocol": {
              "@archetype_node_id": "at0007",
              "@xsi:type": "ITEM_TREE",
              "name": {
                "value": "List"
              }
            },
            "data": {
              "@archetype_node_id": "at0001",
              "@xsi:type": "HISTORY",
              "name": {
                "value": "history"
              },
              "origin": {
                "@xsi:type": "DV_DATE_TIME",
                "value": "20160502T174526,000-0400"
              },
              "events": {
                "@archetype_node_id": "at0002",
                "@xsi:type": "POINT_EVENT",
                "name": {
                  "value": "Any event"
                },
                "time": {
                  "@xsi:type": "DV_DATE_TIME",
                  "value": "20160502T174526,000-0400"
                },
                "data": {
                  "@archetype_node_id": "at0003",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "Simple"
                  },
                  "items": {
                    "@archetype_node_id": "at0004",
                    "@xsi:type": "ELEMENT",
                    "name": {
                      "value": "Height/Length"
                    },
                    "value": {
                      "@xsi:type": "DV_QUANTITY",
                      "magnitude": 194,
                      "units": "cm"
                    }
                  }
                },
                "state": {
                  "@archetype_node_id": "at0013",
                  "@xsi:type": "ITEM_TREE",
                  "name": {
                    "value": "Tree"
                  }
                }
              }
            }
          }
        ]
      },
      "lifecycle_state": {
        "value": "completed",
        "defining_code": {
          "terminology_id": {
            "value": "openehr"
          },
          "code_string": 532
        }
      }
    }
  }
}

 

DATATYPES (the result set can be not grouped, grouped by path (good for charting), grouped by composition (good for table display))

Code Block
languagejs
firstline1
titlenot grouped
{
  "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value": {
    "type": "DV_QUANTITY",
    "name": "Sistólica",
    "serie": [
      {
        "magnitude": 140,
        "units": "mm[Hg]",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 121,
        "units": "mm[Hg]",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 180,
        "units": "mm[Hg]",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 107,
        "units": "mm[Hg]",
        "date": "2016-05-23 22:52:34"
      }
    ]
  },
  "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value": {
    "type": "DV_QUANTITY",
    "name": "Diastólica",
    "serie": [
      {
        "magnitude": 76,
        "units": "mm[Hg]",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 54,
        "units": "mm[Hg]",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 92,
        "units": "mm[Hg]",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 69,
        "units": "mm[Hg]",
        "date": "2016-05-23 22:52:34"
      }
    ]
  },
  "openEHR-EHR-OBSERVATION.body_temperature.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value": {
    "type": "DV_QUANTITY",
    "name": "Temperature",
    "serie": [
      {
        "magnitude": 36,
        "units": "°C",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 39,
        "units": "°C",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 39,
        "units": "°C",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 38,
        "units": "°C",
        "date": "2016-05-23 22:52:34"
      }
    ]
  },
  "openEHR-EHR-OBSERVATION.body_weight.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value": {
    "type": "DV_QUANTITY",
    "name": "Peso",
    "serie": [
      {
        "magnitude": 81,
        "units": "kg",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 75,
        "units": "kg",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 48,
        "units": "kg",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 44,
        "units": "kg",
        "date": "2016-05-23 22:52:34"
      }
    ]
  },
  "openEHR-EHR-OBSERVATION.respiration.v1/data[at0001]/events[at0002]/data[at0003]/items[at0004]/value": {
    "type": "DV_QUANTITY",
    "name": "Rate",
    "serie": [
      {
        "magnitude": 50,
        "units": "/min",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 41,
        "units": "/min",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 66,
        "units": "/min",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 61,
        "units": "/min",
        "date": "2016-05-23 22:52:34"
      }
    ]
  },
  "openEHR-EHR-OBSERVATION.pulse.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value": {
    "type": "DV_QUANTITY",
    "name": "Frecuencia",
    "serie": [
      {
        "magnitude": 91,
        "units": "/min",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 47,
        "units": "/min",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 65,
        "units": "/min",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 42,
        "units": "/min",
        "date": "2016-05-23 22:52:34"
      }
    ]
  }
}

 

 

Code Block
languagejs
firstline1
titlegrouped by path
{
  "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value": {
    "type": "DV_QUANTITY",
    "name": "Sistólica",
    "serie": [
      {
        "magnitude": 140,
        "units": "mm[Hg]",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 121,
        "units": "mm[Hg]",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 180,
        "units": "mm[Hg]",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 107,
        "units": "mm[Hg]",
        "date": "2016-05-23 22:52:34"
      }
    ]
  },
  "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value": {
    "type": "DV_QUANTITY",
    "name": "Diastólica",
    "serie": [
      {
        "magnitude": 76,
        "units": "mm[Hg]",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 54,
        "units": "mm[Hg]",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 92,
        "units": "mm[Hg]",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 69,
        "units": "mm[Hg]",
        "date": "2016-05-23 22:52:34"
      }
    ]
  },
  "openEHR-EHR-OBSERVATION.body_temperature.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value": {
    "type": "DV_QUANTITY",
    "name": "Temperature",
    "serie": [
      {
        "magnitude": 36,
        "units": "°C",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 39,
        "units": "°C",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 39,
        "units": "°C",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 38,
        "units": "°C",
        "date": "2016-05-23 22:52:34"
      }
    ]
  },
  "openEHR-EHR-OBSERVATION.body_weight.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value": {
    "type": "DV_QUANTITY",
    "name": "Peso",
    "serie": [
      {
        "magnitude": 81,
        "units": "kg",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 75,
        "units": "kg",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 48,
        "units": "kg",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 44,
        "units": "kg",
        "date": "2016-05-23 22:52:34"
      }
    ]
  },
  "openEHR-EHR-OBSERVATION.respiration.v1/data[at0001]/events[at0002]/data[at0003]/items[at0004]/value": {
    "type": "DV_QUANTITY",
    "name": "Rate",
    "serie": [
      {
        "magnitude": 50,
        "units": "/min",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 41,
        "units": "/min",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 66,
        "units": "/min",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 61,
        "units": "/min",
        "date": "2016-05-23 22:52:34"
      }
    ]
  },
  "openEHR-EHR-OBSERVATION.pulse.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value": {
    "type": "DV_QUANTITY",
    "name": "Frecuencia",
    "serie": [
      {
        "magnitude": 91,
        "units": "/min",
        "date": "2016-04-23 03:12:20"
      },
      {
        "magnitude": 47,
        "units": "/min",
        "date": "2016-04-30 06:58:05"
      },
      {
        "magnitude": 65,
        "units": "/min",
        "date": "2016-05-02 21:45:26"
      },
      {
        "magnitude": 42,
        "units": "/min",
        "date": "2016-05-23 22:52:34"
      }
    ]
  }
}

Image Added

 

Code Block
languagejs
firstline1
titlegrouped by composition
[
  {
    "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value": {
      "type": "DV_QUANTITY",
      "name": "Sistólica",
      "attrs": [
        "magnitude",
        "units"
      ]
    },
    "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value": {
      "type": "DV_QUANTITY",
      "name": "Diastólica",
      "attrs": [
        "magnitude",
        "units"
      ]
    },
    "openEHR-EHR-OBSERVATION.body_temperature.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value": {
      "type": "DV_QUANTITY",
      "name": "Temperature",
      "attrs": [
        "magnitude",
        "units"
      ]
    },
    "openEHR-EHR-OBSERVATION.body_weight.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value": {
      "type": "DV_QUANTITY",
      "name": "Peso",
      "attrs": [
        "magnitude",
        "units"
      ]
    },
    "openEHR-EHR-OBSERVATION.respiration.v1/data[at0001]/events[at0002]/data[at0003]/items[at0004]/value": {
      "type": "DV_QUANTITY",
      "name": "Rate",
      "attrs": [
        "magnitude",
        "units"
      ]
    },
    "openEHR-EHR-OBSERVATION.pulse.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value": {
      "type": "DV_QUANTITY",
      "name": "Frecuencia",
      "attrs": [
        "magnitude",
        "units"
      ]
    }
  },
  {
    "73c9fa14-a5e3-45d2-bf08-7e3a97ef3de4": {
      "date": "2016-04-23 03:12:20",
      "cols": [
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value",
          "magnitude": 140,
          "units": "mm[Hg]"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value",
          "magnitude": 76,
          "units": "mm[Hg]"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.body_temperature.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 36,
          "units": "°C"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.body_weight.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 81,
          "units": "kg"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.respiration.v1/data[at0001]/events[at0002]/data[at0003]/items[at0004]/value",
          "magnitude": 50,
          "units": "/min"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.pulse.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 91,
          "units": "/min"
        }
      ]
    },
    "58c55bd6-e4b5-47dd-b96e-0dff42a0270e": {
      "date": "2016-04-30 06:58:05",
      "cols": [
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value",
          "magnitude": 121,
          "units": "mm[Hg]"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value",
          "magnitude": 54,
          "units": "mm[Hg]"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.body_temperature.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 39,
          "units": "°C"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.body_weight.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 75,
          "units": "kg"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.respiration.v1/data[at0001]/events[at0002]/data[at0003]/items[at0004]/value",
          "magnitude": 41,
          "units": "/min"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.pulse.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 47,
          "units": "/min"
        }
      ]
    },
    "6ee98578-06e7-486b-a903-2a2fea21b1e9": {
      "date": "2016-05-02 21:45:26",
      "cols": [
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value",
          "magnitude": 180,
          "units": "mm[Hg]"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value",
          "magnitude": 92,
          "units": "mm[Hg]"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.body_temperature.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 39,
          "units": "°C"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.body_weight.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 48,
          "units": "kg"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.respiration.v1/data[at0001]/events[at0002]/data[at0003]/items[at0004]/value",
          "magnitude": 66,
          "units": "/min"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.pulse.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 65,
          "units": "/min"
        }
      ]
    },
    "a51fcc18-5dcd-4711-ad4b-969fa1407894": {
      "date": "2016-05-23 22:52:34",
      "cols": [
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0004]/value",
          "magnitude": 107,
          "units": "mm[Hg]"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.blood_pressure.v1/data[at0001]/events[at0006]/data[at0003]/items[at0005]/value",
          "magnitude": 69,
          "units": "mm[Hg]"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.body_temperature.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 38,
          "units": "°C"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.body_weight.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 44,
          "units": "kg"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.respiration.v1/data[at0001]/events[at0002]/data[at0003]/items[at0004]/value",
          "magnitude": 61,
          "units": "/min"
        },
        {
          "type": "DV_QUANTITY",
          "path": "openEHR-EHR-OBSERVATION.pulse.v1/data[at0002]/events[at0003]/data[at0001]/items[at0004]/value",
          "magnitude": 42,
          "units": "/min"
        }
      ]
    }
  }
]

 

Image Added

 

 

JSON Specifics

 

 

Proposed Standard

...