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

: Осмотр терапевта - JSON Representation

Raw json | Download

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

Для добавления описания нужно добавить файл input/intro-notes/Encounter-EncounterFunctDiagn-intro.md
{
  "resourceType" : "Encounter",
  "id" : "EncounterFunctDiagn",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.by/StructureDefinition/EncounterGeneral"
    ]
  },
  "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/PatientFunctDiagn",
    "display" : "Иванов Василий Васильевич"
  },
  "serviceProvider" : {
    🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  },
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/3c057f8d-4369-4c5e-86be-f710dff3a91c",
        "display" : "Филатов Олег Михайлович"
      }
    }
  ],
  "actualPeriod" : {
    "start" : "2024-11-28T12:00:00Z",
    "end" : "2024-11-28T12:15:00Z"
  },
  "diagnosis" : [
    {
      "condition" : [
        {
          "reference" : {
            🔗 "reference" : "Condition/ExampleDiagnosisArterialHypertension"
          }
        }
      ],
      "use" : [
        {
          "coding" : [
            {
              "system" : "https://fhir.by/ValueSet/TypeOfDiagnosis",
              "code" : "mainDiagnosis"
            }
          ]
        }
      ]
    }
  ]
}

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

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