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

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

Raw json | Download

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

Для добавления описания нужно добавить файл input/intro-notes/Encounter-ExampleEncounterPatientQueue-intro.md
{
  "resourceType" : "Encounter",
  "id" : "ExampleEncounterPatientQueue",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.by/StructureDefinition/EncounterPatientQueue"
    ]
  },
  "extension" : [
    {
      "url" : "https://fhir.by/StructureDefinition/QueuePosition",
      "valuePositiveInt" : 2
    },
    {
      "url" : "https://fhir.by/StructureDefinition/RefHealthcareServiceQueue",
      "valueReference" : {
        🔗 "reference" : "HealthcareService/18e707e1-dfa1-446a-9ad3-feb20ba0b0cb"
      }
    }
  ],
  "status" : "planned",
  "class" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
          "code" : "C028"
        }
      ]
    }
  ],
  "priority" : {
    "coding" : [
      {
        "system" : "https://fhir.by/ValueSet/PriorityPatientQueue",
        "code" : "routine"
      }
    ]
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/TypeMedicalServiceQueue",
          "code" : "hospitalization"
        }
      ]
    }
  ],
  "serviceType" : [
    {
      "concept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/HospitalisationGoals",
            "code" : "surgery"
          }
        ]
      }
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/PatientForDemo",
    "display" : "Иванов Петр Сидорович"
  },
  "basedOn" : [
    {
      🔗 "reference" : "ServiceRequest/ExampleServiceRequestHospitalisationInjury"
    }
  ],
  "serviceProvider" : {
    "reference" : "Organization/OrganizationForDemo"
  },
  "actualPeriod" : {
    "start" : "2024-07-22T11:10:10Z"
  },
  "reason" : [
    {
      "value" : [
        {
          "concept" : {
            "text" : "Для плановго оперативного лечения"
          }
        }
      ]
    }
  ],
  "admission" : {
    "origin" : {
      🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  },
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/SurgeryUnit"
      }
    }
  ]
}

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

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