Baxter International · JSON-LD Context

Baxter Context

JSON-LD context defining the semantic vocabulary for Baxter from Baxter International.

0 Classes 12 Properties 3 Namespaces
View Context View on GitHub

Namespaces

schema: https://schema.org/
fhir: http://hl7.org/fhir/
xsd: http://www.w3.org/2001/XMLSchema#

Properties

Property Type Container
MedicalDevice reference
DeviceObservation reference
deviceId string
deviceType string
manufacturer reference
modelNumber string
serialNumber string
patientId string
observationTime dateTime
value decimal
unit string
status string

JSON-LD Document

baxter-context.jsonld Raw ↑
{
  "@context": {
    "@version": 1.1,
    "schema": "https://schema.org/",
    "fhir": "http://hl7.org/fhir/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "MedicalDevice": {
      "@id": "schema:MedicalDevice",
      "@type": "@id"
    },
    "DeviceObservation": {
      "@id": "fhir:Observation",
      "@type": "@id"
    },
    "deviceId": {
      "@id": "schema:identifier",
      "@type": "xsd:string"
    },
    "deviceType": {
      "@id": "schema:additionalType",
      "@type": "xsd:string"
    },
    "manufacturer": {
      "@id": "schema:manufacturer",
      "@type": "@id"
    },
    "modelNumber": {
      "@id": "schema:model",
      "@type": "xsd:string"
    },
    "serialNumber": {
      "@id": "schema:serialNumber",
      "@type": "xsd:string"
    },
    "patientId": {
      "@id": "fhir:Patient.identifier",
      "@type": "xsd:string"
    },
    "observationTime": {
      "@id": "schema:startDate",
      "@type": "xsd:dateTime"
    },
    "value": {
      "@id": "schema:value",
      "@type": "xsd:decimal"
    },
    "unit": {
      "@id": "schema:unitCode",
      "@type": "xsd:string"
    },
    "status": {
      "@id": "schema:status",
      "@type": "xsd:string"
    }
  }
}