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

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

Raw json | Download

{
  "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/OrganizationCISM"
  },
  "participant" : [
    {
      "actor" : {
        🔗 "reference" : "PractitionerRole/ExampleTherapist",
        "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"
            }
          ]
        }
      ]
    }
  ]
}