{
  "resourceType" : "Specimen",
  "id" : "example-specimen-blut-edta",
  "meta" : {
    "profile" : ["https://fhir.cognovis.de/praxis/StructureDefinition/praxis-specimen"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Specimen example-specimen-blut-edta</b></p><a name=\"example-specimen-blut-edta\"> </a><a name=\"hcexample-specimen-blut-edta\"> </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-praxis-specimen.html\">Praxis Specimen</a></p></div><p><b>identifier</b>: <code>http://example.org/lab/specimen-id</code>/BL-2026-00147</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 122555007}, {https://fhir.cognovis.de/praxis/CodeSystem/ldt-materialbezeichnung EDTA-Blut}\">Venous blood specimen</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td><td><b>Method</b></td></tr><tr><td style=\"display: none\">*</td><td>2026-04-05 08:30:00+0200</td><td><span title=\"Codes:{http://snomed.info/sct 28520004}\">Venipuncture for blood test</span></td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 706049005}\">Blood tube</span></td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "http://example.org/lab/specimen-id",
    "value" : "BL-2026-00147"
  }],
  "type" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "122555007",
      "display" : "Venous blood specimen"
    },
    {
      "system" : "https://fhir.cognovis.de/praxis/CodeSystem/ldt-materialbezeichnung",
      "code" : "EDTA-Blut",
      "display" : "EDTA-Blut"
    }]
  },
  "subject" : {
    "reference" : "Patient/example-patient"
  },
  "collection" : {
    "collectedDateTime" : "2026-04-05T08:30:00+02:00",
    "method" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "28520004",
        "display" : "Venipuncture for blood test"
      }]
    }
  },
  "container" : [{
    "type" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "706049005",
        "display" : "Blood tube"
      }]
    }
  }]
}