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

: Пример осмотра пациента врачом травматологом - JSON Representation

Raw json | Download

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

Для добавления описания нужно добавить файл input/intro-notes/Encounter-ExaminationByTraumatilogist-intro.md
{
  "resourceType" : "Encounter",
  "id" : "ExaminationByTraumatilogist",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.by/StructureDefinition/EncounterGeneral"
    ]
  },
  "extension" : [
    {
      "url" : "https://fhir.by/StructureDefinition/EncounterConclusion",
      "valueString" : "Необходимости в стационарном наблюении и лечении на момент осмотра нет."
    },
    {
      "url" : "https://fhir.by/StructureDefinition/EncounterRecomendation",
      "valueString" : "Завтра явиться на перевязку в поликлинику по месту жительства"
    },
    {
      "url" : "https://fhir.by/StructureDefinition/EncounterTypeOfVisit",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/EncounterTypeOfVisit",
            "code" : "primary",
            "display" : "Первичное обращение"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/EncounterTypeOfService",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/EncounterTypeOfService",
            "code" : "free",
            "display" : "Бесплатные услуги"
          }
        ]
      }
    }
  ],
  "identifier" : [
    {
      "value" : "4321/2026",
      "assigner" : {
        🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
      }
    }
  ],
  "status" : "completed",
  "class" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/VSTermsOfService",
          "code" : "1",
          "display" : "амбулаторно"
        }
      ]
    }
  ],
  "priority" : {
    "coding" : [
      {
        "system" : "https://fhir.by/ValueSet/HealthCareForms",
        "code" : "emergency",
        "display" : "Экстренная медицинская помощь"
      }
    ]
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/TypeOfHealthCare",
          "code" : "special",
          "display" : "Специализированная медицинская помощь"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PatientForDemo"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  },
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
        "display" : "врач приемного отделения, Филатов Олег Михайлович"
      }
    }
  ],
  "actualPeriod" : {
    "start" : "2025-04-22T11:10:10Z",
    "end" : "2025-04-22T12:30:00Z"
  },
  "reason" : [
    {
      "use" : [
        {
          "coding" : [
            {
              "system" : "https://fhir.by/ValueSet/EncounterReasons",
              "code" : "ther-and-diagn",
              "display" : "лечебно-диагностическая"
            }
          ]
        }
      ],
      "value" : [
        {
          "reference" : {
            🔗 "reference" : "Condition/ExampleDiagnosisExternalCausesOfInjury"
          }
        }
      ]
    }
  ],
  "diagnosis" : [
    {
      "condition" : [
        {
          "reference" : {
            🔗 "reference" : "Condition/ExampleDiagnosisaOpenOtherPartsLeg"
          }
        }
      ],
      "use" : [
        {
          "coding" : [
            {
              "system" : "https://fhir.by/ValueSet/TypeOfDiagnosis",
              "code" : "mainDiagnosis"
            }
          ]
        }
      ]
    },
    {
      "condition" : [
        {
          "reference" : {
            🔗 "reference" : "Condition/ExampleDiagnosisDiabet"
          }
        }
      ],
      "use" : [
        {
          "coding" : [
            {
              "system" : "https://fhir.by/ValueSet/TypeOfDiagnosis",
              "code" : "additionalDiagnosis"
            }
          ]
        }
      ]
    }
  ]
}

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

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