{
  "resourceType" : "Specimen",
  "id" : "Specimen-container-device-example",
  "meta" : {
    "profile" : ["http://hl7.eu/fhir/laboratory/StructureDefinition/Specimen-eu-lab"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen Specimen-container-device-example</b></p><a name=\"Specimen-container-device-example\"> </a><a name=\"hcSpecimen-container-device-example\"> </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-Specimen-eu-lab.html\">Specimen: Laboratory</a></p></div><p><b>status</b>: Available</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119297000}\">Blood specimen</span></p><p><b>subject</b>: <a href=\"Patient-pat-lab-example.html\">František Očkovaný Moreira  Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2025-04-08 08:15:00+0200</td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Extension</b></td><td><b>Identifier</b></td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td/><td><code>http://example.org/specimen-containers</code>/TUBE-0000123</td><td><span title=\"Codes:{http://snomed.info/sct 702281005}\">Evacuated blood collection tube, thrombin/clot activator/gel separator</span></td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Device #BloodCollectionTubeExample</b></p><a name=\"Specimen-container-device-example/BloodCollectionTubeExample\"> </a><a name=\"hcSpecimen-container-device-example/BloodCollectionTubeExample\"> </a><p><b>manufacturer</b>: Best manufacturer</p><p><b>lotNumber</b>: L20250312A</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>BEST® Serum Separator Tube 5 mL</td><td>Manufacturer name</td></tr></table><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 702281005}\">Evacuated blood collection tube, thrombin/clot activator/gel separator</span></p></blockquote></div>"
  },
  "contained" : [{
    "resourceType" : "Device",
    "id" : "BloodCollectionTubeExample",
    "manufacturer" : "Best manufacturer",
    "lotNumber" : "L20250312A",
    "deviceName" : [{
      "name" : "BEST® Serum Separator Tube 5 mL",
      "type" : "manufacturer-name"
    }],
    "type" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "702281005",
        "display" : "Evacuated blood collection tube, thrombin/clot activator/gel separator"
      }]
    }
  }],
  "status" : "available",
  "type" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "119297000",
      "display" : "Blood specimen"
    }]
  },
  "subject" : {
    "reference" : "Patient/pat-lab-example"
  },
  "collection" : {
    "collectedDateTime" : "2025-04-08T08:15:00+02:00"
  },
  "container" : [{
    "extension" : [{
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-Specimen.container.device",
      "valueReference" : {
        "reference" : "#BloodCollectionTubeExample"
      }
    }],
    "identifier" : [{
      "system" : "http://example.org/specimen-containers",
      "value" : "TUBE-0000123"
    }],
    "type" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "702281005",
        "display" : "Evacuated blood collection tube, thrombin/clot activator/gel separator"
      }]
    }
  }]
}