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

: Пример визуализации печени методом УЗИ - JSON Representation

Raw json | Download

{
  "resourceType" : "ImagingStudy",
  "id" : "c2d7b007-6ffe-49e9-b939-ed1e5e4b36fe",
  "meta" : {
    "lastUpdated" : "2025-08-11T08:44:00Z",
    "profile" : [
      🔗 "https://fhir.by/StructureDefinition/ImagingStudyBy"
    ]
  },
  "extension" : [
    {
      "url" : "https://fhir.by/StructureDefinition/imageState",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/ImageState",
            "code" : "archived",
            "display" : "Архивированное"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/characterSet",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/CharacterSet",
            "code" : "[ISO IR 100]",
            "display" : "[ISO IR 100]"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/endTime",
      "valueDateTime" : "2025-04-08T08:55:35Z"
    },
    {
      "url" : "https://fhir.by/StructureDefinition/imageType",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/ImageType",
            "code" : "Original image",
            "display" : "Оригинальное изображение"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/contrastEnhanced",
      "valueBoolean" : false
    },
    {
      "url" : "https://fhir.by/StructureDefinition/ReceivedRadiationDose"
    }
  ],
  "identifier" : [
    {
      "value" : "1.3.12.2.1107.5.1.4.51877.30000005040804443535900000001",
      "assigner" : {
        🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
      }
    }
  ],
  "status" : "registered",
  "modality" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/DICOMmodalities",
          "code" : "US",
          "display" : "Ультразвуковое исследование"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/ExamplePatientWithIdentificationNumber"
  },
  "started" : "2025-08-11T08:44:35Z",
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/ExampleSRUltrasoundLiver"
    }
  ],
  "referrer" : {
    🔗 "reference" : "PractitionerRole/ExampleTherapist"
  },
  "procedure" : [
    {
      "concept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/ImagingStudyCode",
            "code" : "RPID5928",
            "display" : "Ограниченное УЗИ печени"
          }
        ]
      }
    }
  ],
  "series" : [
    {
      "extension" : [
        {
          "url" : "https://fhir.by/StructureDefinition/ImagingStudyLink",
          "valueString" : "localhost:8053/studies/202409/1.3.12.2.1107.5.1.4.51877.30000005040804443535900000001"
        }
      ],
      "uid" : "1.3.12.2.1107.5.1.4.51877.30000005040804374951500000030",
      "modality" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/DICOMmodalities",
            "code" : "US",
            "display" : "Ультразвуковое исследование"
          }
        ]
      },
      "bodySite" : {
        "concept" : {
          "coding" : [
            {
              "system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
              "code" : "Liver",
              "display" : "Печень"
            }
          ]
        }
      },
      "started" : "2025-08-11T08:44:35Z",
      "performer" : [
        {
          "actor" : {
            🔗 "reference" : "Device/ExampleDeviceImagingStudy"
          }
        }
      ],
      "instance" : [
        {
          "uid" : "1.3.12.2.1107.5.1.4.51877.30000005040804374951500000030",
          "sopClass" : {
            "system" : "https://fhir.by/ValueSet/SOPclasses",
            "code" : "1.2.840.10008.5.1.4.1.1.6.1",
            "display" : "Хранение изображений ультразвука"
          }
        }
      ]
    }
  ]
}