Implementation Guide CH VACD
4.0.1 - trial-use Switzerland flag

This page is part of the CH VACD (R4) (v4.0.1: STU 4) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: TC Device Aggregator - JSON Representation

Raw json | Download


{
  "resourceType" : "Device",
  "id" : "TC-Device-Aggregator",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Device</b><a name=\"TC-Device-Aggregator\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Device &quot;TC-Device-Aggregator&quot; </p></div><p><b>identifier</b>: id:\u00a07601999999981</p><p><b>status</b>: active</p><p><b>manufacturer</b>: The Aggregator Company</p><p><b>manufactureDate</b>: 2023-01-01</p><h3>DeviceNames</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td>Vaccination Aggregator</td><td>manufacturer-name</td></tr></table><h3>Versions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td></tr><tr><td style=\"display: none\">*</td><td>v1.0.0</td></tr></table><p><b>contact</b>: ph: tel:+41.56.299.55.22(WORK), <a href=\"mailto:mailto:resultate@aggregator.ch\">mailto:resultate@aggregator.ch</a>, <a href=\"http://www.aggregator.ch\">http://www.aggregator.ch</a></p><p><b>location</b>: <a href=\"Location-TC-Device-Aggregator-Location.html\">Location/TC-Device-Aggregator-Location</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:2.51.1.3",
      "value" : "7601999999981"
    }
  ],
  "status" : "active",
  "manufacturer" : "The Aggregator Company",
  "manufactureDate" : "2023-01-01",
  "deviceName" : [
    {
      "name" : "Vaccination Aggregator",
      "type" : "manufacturer-name"
    }
  ],
  "version" : [
    {
      "value" : "v1.0.0"
    }
  ],
  "contact" : [
    {
      "system" : "phone",
      "value" : "tel:+41.56.299.55.22",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "mailto:resultate@aggregator.ch",
      "use" : "work"
    },
    {
      "system" : "url",
      "value" : "http://www.aggregator.ch",
      "use" : "work"
    }
  ],
  "location" : {
    🔗 "reference" : "Location/TC-Device-Aggregator-Location"
  }
}