{
  "resourceType" : "Observation",
  "id" : "observation-specimen-adequacy-example",
  "meta" : {
    "profile" : ["https://hl7.lt/fhir/lab/StructureDefinition/specimen-adequacy-lt-lab",
    "http://hl7.eu/fhir/laboratory/StructureDefinition/Observation-eu-lab"]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-specimen-adequacy-example</b></p><a name=\"observation-specimen-adequacy-example\"> </a><a name=\"hcobservation-specimen-adequacy-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\">Language: en</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-specimen-adequacy-lt-lab.html\">Observation: Specimen Adequacy</a>, <code>http://hl7.eu/fhir/laboratory/StructureDefinition/Observation-eu-lab</code></p></div><p><b>basedOn</b>: <a href=\"ServiceRequest-servicerequest-pathology-order-example.html\">ServiceRequest Histopathology test (procedure)</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 371507005}\">Adequacy of specimen (observable entity)</span></p><p><b>subject</b>: <a href=\"Patient-patient-example.html\">Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005\u00a0(use:\u00a0usual,\u00a0))</a></p><p><b>effective</b>: 2025-01-15 11:00:00+0200</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-example.html\">Practitioner Registrar</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 125152006}\">Specimen satisfactory for evaluation (finding)</span></p><p><b>interpretation</b>: <span title=\"Codes:\">normal</span></p><p><b>note</b>: </p><blockquote><div><p>The breast tissue specimen is deemed adequate for histopathological evaluation.</p>\n</div></blockquote><p><b>specimen</b>: <a href=\"Specimen-specimen-right-breast-example.html\">Specimen: identifier = http://hospital.lt/sid/specimen-number#barcode12345; accessionIdentifier = B26-6526; status = available; type = Specimen from breast obtained by biopsy</a></p></div>"
  },
  "basedOn" : [{
    "reference" : "ServiceRequest/servicerequest-pathology-order-example"
  }],
  "status" : "final",
  "category" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
      "code" : "laboratory",
      "display" : "Laboratory"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "371507005",
      "display" : "Adequacy of specimen (observable entity)"
    }]
  },
  "subject" : {
    "reference" : "Patient/patient-example"
  },
  "effectiveDateTime" : "2025-01-15T11:00:00+02:00",
  "performer" : [{
    "reference" : "Practitioner/practitioner-example"
  }],
  "valueCodeableConcept" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "125152006",
      "display" : "Specimen satisfactory for evaluation (finding)"
    }]
  },
  "interpretation" : [{
    "coding" : [{
      "code" : "normal"
    }]
  }],
  "note" : [{
    "text" : "The breast tissue specimen is deemed adequate for histopathological evaluation."
  }],
  "specimen" : {
    "reference" : "Specimen/specimen-right-breast-example"
  }
}