Руководство к использованию стандарта FHIR в ЦИСЗ (ВЕТКА release-1-3-t2-08-26-11)
1.3.446 - ci-build

: Пример образца материала для лабораторного исследования - JSON Representation

Raw json | Download

{
  "resourceType" : "Specimen",
  "id" : "SpecimenLab",
  "meta" : {
    "lastUpdated" : "2025-05-05T10:30:00Z",
    "profile" : [
      🔗 "https://fhir.by/StructureDefinition/SpecimenLab"
    ]
  },
  "extension" : [
    {
      "url" : "https://fhir.by/StructureDefinition/Barcode",
      "valueString" : "123456789012"
    }
  ],
  "identifier" : [
    {
      "value" : "123",
      "assigner" : {
        🔗 "extension" : [
          {
            "url" : "https://fhir.by/StructureDefinition/LocationReference",
            "valueReference" : {
              🔗 "reference" : "Location/LabUnit"
            }
          }
        ],
        "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
      }
    }
  ],
  "status" : "available",
  "type" : {
    "coding" : [
      {
        "system" : "https://fhir.by/ValueSet/VSBiologicalMaterial",
        "code" : "12.1.12",
        "display" : "Кровь капиллярная"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientForDemo"
  },
  "request" : [
    {
      🔗 "reference" : "ServiceRequest/ExampleServiceRequestKdl"
    }
  ],
  "collection" : {
    "collector" : {
      🔗 "reference" : "PractitionerRole/ExampleTherapist"
    },
    "collectedDateTime" : "2025-05-05T10:30:00Z",
    "quantity" : {
      "value" : 10,
      "unit" : "Миллилитр",
      "system" : "https://fhir.by/ValueSet/OlisUnitsOfMeasurement",
      "code" : "16"
    }
  }
}