Руководство к использованию стандарта FHIR в ЦИСЗ
0.2.6803 - ci-build

: BundleExternalConsultation - JSON Representation

Raw json | Download

Необходимо добавить описание!!!!!!

Для добавления описания нужно добавить файл input/intro-notes/Bundle-BundleExternalConsultation-intro.md
{
  "resourceType" : "Bundle",
  "id" : "BundleExternalConsultation",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.by/AbstractArea/StructureDefinition/Bundle/MedicationDocument"
    ]
  },
  "identifier" : {
    "system" : "https://fhir.by/ValueSet/urn:ietf:rfc:3986",
    "value" : "urn:uuid:e401ae27-b169-4837-8d3e-d4050a008dfb"
  },
  "type" : "document",
  "timestamp" : "2026-04-07T11:30:00Z",
  "entry" : [
    {
      "fullUrl" : "Composition/CompositionExternalConsultation",
      "resource" : {
        "resourceType" : "Composition",
        "id" : "CompositionExternalConsultation",
        "meta" : {
          "profile" : [
            🔗 "https://fhir.by/StructureDefinition/CompDocument"
          ]
        },
        "extension" : [
          {
            "url" : "https://fhir.by/StructureDefinition/ExternalOrganization",
            "valueReference" : {
              🔗 "reference" : "Organization/19483f00-716c-4af8-b1e1-b945b194d357"
            }
          }
        ],
        "status" : "registered",
        "type" : {
          "coding" : [
            {
              "system" : "https://fhir.by/ValueSet/CompositionType",
              "code" : "general",
              "display" : "Общая медицинская информация"
            }
          ]
        },
        "subject" : [
          {
            🔗 "reference" : "Patient/ExamplePatientED"
          }
        ],
        "encounter" : {
          🔗 "reference" : "Encounter/EncounterExternalConsultation"
        },
        "date" : "2026-04-07T11:30:00Z",
        "author" : [
          {
            "reference" : "ExampleDoctor"
          }
        ],
        "title" : "CompDocument для наполненного Bundle",
        "custodian" : {
          🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
        },
        "event" : [
          {
            "detail" : [
              {
                "reference" : {
                  🔗 "reference" : "Condition/DiagnosisBundleForTest"
                }
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "Patient/ExamplePatientED",
      "resource" : {
        "resourceType" : "Patient",
        "id" : "ExamplePatientED",
        "meta" : {
          "profile" : [
            🔗 "https://fhir.by/StructureDefinition/PatientED"
          ]
        },
        "extension" : [
          {
            "url" : "https://fhir.by/StructureDefinition/DocumentKind",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://fhir.by/ValueSet/DigitalDocumentKind",
                  "code" : "00"
                }
              ]
            }
          }
        ],
        "identifier" : [
          {
            "type" : {
              "coding" : [
                {
                  "system" : "https://fhir.by/ValueSet/PersonalDocumentType",
                  "code" : "INP"
                }
              ]
            },
            "value" : "7001112A009PB3"
          }
        ],
        "active" : true,
        "name" : [
          {
            "family" : "Иванов",
            "given" : [
              "Василий",
              "Васильевич"
            ]
          }
        ],
        "gender" : "male",
        "birthDate" : "1989-01-31",
        "deceasedBoolean" : false,
        "address" : [
          {
            "extension" : [
              {
                "url" : "https://fhir.by/StructureDefinition/CoutryForAddresses",
                "valueCodeableConcept" : {
                  "coding" : [
                    {
                      "system" : "https://fhir.by/ValueSet/CitizenshipCode",
                      "code" : "BY",
                      "display" : "Беларусь"
                    }
                  ]
                }
              },
              {
                "url" : "https://fhir.by/StructureDefinition/StreetGeoRegistry",
                "valueCodeableConcept" : {
                  "coding" : [
                    {
                      "system" : "https://fhir.by/ValueSet/StreetGeoRegistry",
                      "code" : "72609920778",
                      "display" : "Переулок Снежный"
                    }
                  ]
                }
              },
              {
                "url" : "https://fhir.by/StructureDefinition/ApartmentRoom",
                "valueString" : "кв. 11"
              }
            ],
            "use" : "home",
            "text" : "Могилевская область, г.Могилев, Переулок Гоголя, д.19",
            "postalCode" : "212011"
          }
        ],
        "link" : [
          {
            "other" : {
              🔗 "reference" : "Patient/PatientBundleForTest"
            },
            "type" : "refer"
          }
        ]
      }
    },
    {
      "fullUrl" : "Condition/DiagnosisBundleForTest",
      "resource" : {
        "resourceType" : "Condition",
        "id" : "DiagnosisBundleForTest",
        "meta" : {
          "profile" : [
            🔗 "https://fhir.by/StructureDefinition/FinalDiagnosis"
          ]
        },
        "extension" : [
          {
            "url" : "https://fhir.by/StructureDefinition/KindOfDiagnosis",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://fhir.by/ValueSet/KindOfDiagnosisCode",
                  "code" : "Final"
                }
              ]
            }
          },
          {
            "url" : "https://fhir.by/StructureDefinition/AssertedDate",
            "valueDateTime" : "2024-04-07"
          }
        ],
        "clinicalStatus" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
              "code" : "active"
            }
          ]
        },
        "code" : {
          "coding" : [
            {
              "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
              "code" : "E11"
            }
          ],
          "text" : "E11 - Сахарный диабет 2 типа"
        },
        "subject" : {
          🔗 "reference" : "Patient/PatientBundleForTest"
        },
        "onsetDateTime" : "2024-04-07",
        "recordedDate" : "2024-04-07",
        "participant" : [
          {
            "actor" : {
              🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c"
            }
          }
        ]
      }
    },
    {
      "fullUrl" : "Encounter/EncounterExternalConsultation",
      "resource" : {
        "resourceType" : "Encounter",
        "id" : "EncounterExternalConsultation",
        "meta" : {
          "profile" : [
            🔗 "https://fhir.by/StructureDefinition/EncounterGeneral"
          ]
        },
        "extension" : [
          {
            "url" : "https://fhir.by/StructureDefinition/EncounterTypeOfVisit",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://fhir.by/ValueSet/EncounterTypeOfVisit",
                  "code" : "primary",
                  "display" : "первичное обращение"
                }
              ]
            }
          }
        ],
        "status" : "completed",
        "class" : [
          {
            "coding" : [
              {
                "system" : "https://fhir.by/ValueSet/VSTermsOfService",
                "code" : "1"
              }
            ]
          }
        ],
        "priority" : {
          "coding" : [
            {
              "system" : "https://fhir.by/ValueSet/HealthCareForms",
              "code" : "emergency"
            }
          ]
        },
        "type" : [
          {
            "coding" : [
              {
                "system" : "https://fhir.by/ValueSet/TypeOfHealthCare",
                "code" : "primary"
              }
            ]
          }
        ],
        "subject" : {
          🔗 "reference" : "Patient/PatientBundleForTest"
        },
        "serviceProvider" : {
          🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
        },
        "participant" : [
          {
            "actor" : {
              "reference" : "ExampleDoctor"
            }
          }
        ],
        "actualPeriod" : {
          "start" : "2026-04-07T09:30:00Z",
          "end" : "2026-04-07T10:30:00Z"
        },
        "diagnosis" : [
          {
            "condition" : [
              {
                "reference" : {
                  🔗 "reference" : "Condition/DiagnosisBundleForTest"
                }
              }
            ],
            "use" : [
              {
                "coding" : [
                  {
                    "system" : "https://fhir.by/ValueSet/TypeOfDiagnosis",
                    "code" : "mainDiagnosis"
                  }
                ]
              }
            ]
          }
        ]
      }
    }
  ]
}

Необходимо добавить дополнительную информацию!!!!!!

Для добавления дополнительной информации нужно добавить файл input/intro-notes/Bundle-BundleExternalConsultation-notes.md