{
  "@context": {
    "schema": "http://schema.org/",
    "cdi": "http://ddialliance.org/Specification/DDI-CDI/1.0/RDF/",
    "cdif": "https://cdif.org/0.1/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "ex": "https://example.org/"
  },
  "@type": [
    "cdi:WideDataStructure"
  ],
  "@id": "ex:struct/vitalsWide",
  "cdi:has_DataStructureComponent": [
    {
      "@type": [
        "cdi:IdentifierComponent"
      ],
      "@id": "ex:struct/vitalsWide/comp/patientId",
      "cdif:isDefinedBy_RepresentedVariable": {
        "@type": [
          "cdi:RepresentedVariable"
        ],
        "@id": "ex:struct/vitalsWide/rv/patientId",
        "cdif:name": [
          "patient_id"
        ],
        "cdi:hasIntendedDataType": {
          "@type": [
            "cdi:ControlledVocabularyEntry"
          ],
          "cdi:entryValue": [
            "xsd:string"
          ]
        }
      }
    },
    {
      "@type": [
        "cdi:MeasureComponent"
      ],
      "@id": "ex:struct/vitalsWide/comp/systolicBP",
      "cdif:isDefinedBy_RepresentedVariable": {
        "@type": [
          "cdi:RepresentedVariable"
        ],
        "@id": "ex:struct/vitalsWide/rv/systolicBP",
        "cdif:name": [
          "systolic_bp"
        ],
        "cdi:simpleUnitOfMeasure": "mmHg",
        "cdi:hasIntendedDataType": {
          "@type": [
            "cdi:ControlledVocabularyEntry"
          ],
          "cdi:entryValue": [
            "xsd:integer"
          ]
        }
      }
    },
    {
      "@type": [
        "cdi:MeasureComponent"
      ],
      "@id": "ex:struct/vitalsWide/comp/diastolicBP",
      "cdif:isDefinedBy_RepresentedVariable": {
        "@type": [
          "cdi:RepresentedVariable"
        ],
        "@id": "ex:struct/vitalsWide/rv/diastolicBP",
        "cdif:name": [
          "diastolic_bp"
        ],
        "cdi:simpleUnitOfMeasure": "mmHg",
        "cdi:hasIntendedDataType": {
          "@type": [
            "cdi:ControlledVocabularyEntry"
          ],
          "cdi:entryValue": [
            "xsd:integer"
          ]
        }
      }
    },
    {
      "@type": [
        "cdi:MeasureComponent"
      ],
      "@id": "ex:struct/vitalsWide/comp/heartRate",
      "cdif:isDefinedBy_RepresentedVariable": {
        "@type": [
          "cdi:RepresentedVariable"
        ],
        "@id": "ex:struct/vitalsWide/rv/heartRate",
        "cdif:name": [
          "heart_rate"
        ],
        "cdi:simpleUnitOfMeasure": "bpm",
        "cdi:hasIntendedDataType": {
          "@type": [
            "cdi:ControlledVocabularyEntry"
          ],
          "cdi:entryValue": [
            "xsd:integer"
          ]
        }
      }
    },
    {
      "@type": [
        "cdi:AttributeComponent"
      ],
      "@id": "ex:struct/vitalsWide/comp/observedAt",
      "cdif:isDefinedBy_RepresentedVariable": {
        "@type": [
          "cdi:RepresentedVariable"
        ],
        "@id": "ex:struct/vitalsWide/rv/observedAt",
        "cdif:name": [
          "observed_at"
        ],
        "cdi:hasIntendedDataType": {
          "@type": [
            "cdi:ControlledVocabularyEntry"
          ],
          "cdi:entryValue": [
            "xsd:dateTime"
          ]
        }
      }
    }
  ],
  "cdi:has_PrimaryKey": {
    "@type": [
      "cdif:PrimaryKey"
    ],
    "@id": "ex:struct/vitalsWide/pk",
    "cdif:isComposedOf": [
      {
        "@id": "ex:var/patientId"
      }
    ]
  }
}