{
  "resourceType" : "Specimen",
  "id" : "example-lab-order-specimen",
  "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-lab-order-specimen</b></p><a name=\"example-lab-order-specimen\"> </a><a name=\"hcexample-lab-order-specimen\"> </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>https://example.org/fhir/NamingSystem/specimen-id</code>/SPEC-2026-1001</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 119364003}\">Serum specimen</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>request</b>: <a href=\"ServiceRequest-example-lab-service-request.html\">ServiceRequest Comprehensive metabolic 2000 panel - Serum or Plasma</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>2026-07-28 08:30:00+0200</td></tr></table></div>"
  },
  "identifier" : [{
    "system" : "https://example.org/fhir/NamingSystem/specimen-id",
    "value" : "SPEC-2026-1001"
  }],
  "type" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "119364003",
      "display" : "Serum specimen"
    }]
  },
  "subject" : {
    "reference" : "Patient/example-patient"
  },
  "request" : [{
    "reference" : "ServiceRequest/example-lab-service-request"
  }],
  "collection" : {
    "collectedDateTime" : "2026-07-28T08:30:00+02:00"
  }
}