{
  "resourceType" : "Specimen",
  "id" : "1234sf-42-kk-56467.2023",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/BioMatSpecimen"]
  },
  "identifier" : [{
    "value" : "1gkb-245664.2023",
    "assigner" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f",
      "display" : "1 ГКБ"
    }
  }],
  "type" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/VSBiologicalMaterial",
      "code" : "12.12.4",
      "display" : "Кожа и ее производные"
    }],
    "text" : "невус"
  },
  "subject" : {
    "reference" : "Patient/PatientMax",
    "display" : "Иванов И.И."
  },
  "collection" : {
    "extension" : [{
      "url" : "https://fhir.by/StructureDefinition/PathologyProcess",
      "valueString" : "не спаян с окружающими тканями"
    }],
    "collector" : {
      "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
      "display" : "хирург"
    },
    "collectedDateTime" : "2023-02-20",
    "method" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/MethodOfObtaining",
        "code" : "excision-biopsy",
        "display" : "эксцизионная биопсия"
      }]
    },
    "bodySite" : {
      "concept" : {
        "coding" : [{
          "system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
          "code" : "Shoulder-L",
          "display" : "Плечо (лев.)"
        }]
      }
    }
  },
  "processing" : [{
    "method" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ColoringMicropreparations",
        "code" : "Native",
        "display" : "Не окрашивался"
      }]
    }
  }],
  "condition" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/StateOfSpecimen",
      "code" : "COOL",
      "display" : "Охлажденный"
    }]
  }]
}