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

: Осмотр ребёнка медицинской сестрой в рамках диспансеризации - JSON Representation

Raw json | Download

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

Для добавления описания нужно добавить файл input/intro-notes/Encounter-EncounterNurse-intro.md
{
  "resourceType" : "Encounter",
  "id" : "EncounterNurse",
  "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" : "Первичное"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/EncounterTypeOfService",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/EncounterTypeOfService",
            "code" : "free",
            "display" : "Бесплатные услуги"
          }
        ]
      }
    }
  ],
  "status" : "completed",
  "class" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/VSTermsOfService",
          "code" : "1",
          "display" : "амбулаторные"
        }
      ]
    }
  ],
  "priority" : {
    "coding" : [
      {
        "system" : "https://fhir.by/ValueSet/HealthCareForms",
        "code" : "planned",
        "display" : "Плановая медицинская помощь"
      }
    ]
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/TypeOfHealthCare",
          "code" : "primary",
          "display" : "Первичная медицинская помощь"
        }
      ]
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/ExamplePediatricPatientWithIdentificationNumber"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  },
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/ExampleNurseRole"
      }
    }
  ],
  "actualPeriod" : {
    "start" : "2024-01-04T11:12:21Z"
  },
  "diagnosis" : [
    {
      "condition" : [
        {
          "reference" : {
            🔗 "reference" : "Condition/ExampleDiagnosisInfant",
            "display" : "P07.3 - Другие случаи недоношенности"
          }
        }
      ],
      "use" : [
        {
          "coding" : [
            {
              "system" : "https://fhir.by/ValueSet/TypeOfDiagnosis",
              "code" : "mainDiagnosis",
              "display" : "Основной диагноз"
            }
          ]
        }
      ]
    }
  ],
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/PediatricUnit"
      }
    }
  ]
}

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

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