{
  "resourceType" : "Device",
  "id" : "05146497-2ca3-488e-96cb-c27c77ab6a3c",
  "meta" : {
    "profile" : ["https://gematik.de/fhir/ti/StructureDefinition/ti-device-specimen-container"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device 05146497-2ca3-488e-96cb-c27c77ab6a3c</b></p><a name=\"05146497-2ca3-488e-96cb-c27c77ab6a3c\"> </a><a name=\"hc05146497-2ca3-488e-96cb-c27c77ab6a3c\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ti-device-specimen-container.html\">TI Device Specimen Container</a></p></div><p><b>identifier</b>: Universal Device Identifier/345675</p><p><b>definition</b>: <a href=\"DeviceDefinition-30a47ba7-8975-4383-ad43-61c032c30e53.html\">DeviceDefinition: manufacturer[x] = Herstellende Einrichtung; type = Specimen container</a></p><h3>UdiCarriers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>DeviceIdentifier</b></td></tr><tr><td style=\"display: none\">*</td><td>example</td></tr></table><p><b>distinctIdentifier</b>: example</p><p><b>manufactureDate</b>: 2021-11-15 16:55:00+0100</p><p><b>expirationDate</b>: 2021-11-15 16:55:00+0100</p><p><b>lotNumber</b>: 12345</p><p><b>serialNumber</b>: 987654</p><p><b>modelNumber</b>: 56789</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 434711009}\">Probenbehälter</span></p><p><b>note</b>: </p><blockquote><div><p>test</p>\n</div></blockquote></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "version" : "5.0.0",
        "code" : "UDI",
        "display" : "Universal Device Identifier"
      }]
    },
    "system" : "http://goodcare.org/devices/id",
    "value" : "345675"
  }],
  "definition" : {
    "reference" : "DeviceDefinition/30a47ba7-8975-4383-ad43-61c032c30e53"
  },
  "udiCarrier" : [{
    "deviceIdentifier" : "example"
  }],
  "distinctIdentifier" : "example",
  "manufactureDate" : "2021-11-15T16:55:00+01:00",
  "expirationDate" : "2021-11-15T16:55:00+01:00",
  "lotNumber" : "12345",
  "serialNumber" : "987654",
  "modelNumber" : "56789",
  "type" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "version" : "http://snomed.info/sct/11000274103/version/20260515",
      "code" : "434711009",
      "display" : "Specimen container"
    }],
    "text" : "Probenbehälter"
  },
  "note" : [{
    "text" : "test"
  }]
}