{
  "resourceType" : "Procedure",
  "id" : "ExampleSmear",
  "meta" : {
    "profile" : ["https://fhir.by/StructureDefinition/ProcedureBioMatCollection"]
  },
  "extension" : [{
    "url" : "https://fhir.by/StructureDefinition/FromOrganization",
    "valueReference" : {
      "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f",
      "display" : "1 ГКБ"
    }
  },
  {
    "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
        "code" : "C018",
        "display" : "Лабораторная диагностика"
      }]
    }
  }],
  "identifier" : [{
    "value" : "48"
  }],
  "status" : "completed",
  "category" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
      "code" : "03/2",
      "display" : "Стационарная медицинская диагностика для взрослого населения"
    }]
  }],
  "code" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/MethodOfObtaining",
      "code" : "other",
      "display" : "иное"
    }],
    "text" : "мазок-отпечаток лимфатического узла"
  },
  "subject" : {
    "reference" : "Patient/PatientMax",
    "display" : "Иванов И.И."
  },
  "encounter" : {
    "reference" : "Encounter/EncounterMax",
    "display" : "приём хирурга"
  },
  "occurrenceDateTime" : "2023-05-15",
  "recorded" : "2023-05-15T12:00:00Z",
  "recorder" : {
    "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
  },
  "performer" : [{
    "function" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/PerformerRoleObservation",
        "code" : "doctor",
        "display" : "Врач"
      }]
    },
    "actor" : {
      "reference" : "PractitionerRole/PractitionerRoleForHospitalisation"
    }
  }],
  "location" : {
    "reference" : "Location/SurgeryUnit"
  },
  "reason" : [{
    "concept" : {
      "coding" : [{
        "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
        "code" : "Z12.9",
        "display" : "Z12.9 - Специальное скрининговое обследование с целью выявления новообразования неуточненного"
      }]
    }
  }],
  "bodySite" : [{
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
      "code" : "Superficial-anterior-cervical-nodes",
      "display" : "Поверхностные передние шейные узлы"
    }]
  },
  {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
      "code" : "Lateral-cervical-nodes",
      "display" : "Латеральные шейные узлы"
    }]
  }],
  "outcome" : {
    "coding" : [{
      "system" : "https://fhir.by/ValueSet/ProcedureResult",
      "code" : "successful",
      "display" : "Успешно"
    }]
  }
}