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

: Пример направления на массаж - JSON Representation

Raw json | Download

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

Для добавления описания нужно добавить файл input/intro-notes/ServiceRequest-ExampleRequestPhysiotherapyMassage-intro.md
{
  "resourceType" : "ServiceRequest",
  "id" : "ExampleRequestPhysiotherapyMassage",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.by/StructureDefinition/ServiceRequestPhysiotherapy"
    ]
  },
  "extension" : [
    {
      "url" : "https://fhir.by/StructureDefinition/SpecialtyCode",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/ServiceSpecialtyBy",
            "code" : "C058",
            "display" : "Физиотерапия"
          }
        ]
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/RequestFromOrganization",
      "valueReference" : {
        🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
      }
    },
    {
      "url" : "https://fhir.by/StructureDefinition/ProcedureNumber",
      "valueUnsignedInt" : 10
    }
  ],
  "identifier" : [
    {
      "value" : "255"
    }
  ],
  "status" : "active",
  "intent" : "directive",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/HealthcareServiceCategory",
          "code" : "02/1",
          "display" : "Амбулаторно-поликлиническая помощь взрослому населению"
        }
      ]
    }
  ],
  "priority" : "routine",
  "code" : {
    "concept" : {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/MedicalServiceType",
          "code" : "C058.1",
          "display" : "Осмотр (консультация) врача-физиотерапевта"
        }
      ],
      "text" : "Массаж левой ноги"
    }
  },
  "quantityQuantity" : {
    "value" : 40,
    "unit" : "минуты",
    "system" : "https://fhir.by/ValueSet/TimeSlots",
    "code" : "min"
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientForDemo"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterPhysio"
  },
  "authoredOn" : "2024-08-01T12:00:00Z",
  "requester" : {
    🔗 "reference" : "PractitionerRole/PractitionerRoleForHospitalisation"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
    }
  ],
  "location" : [
    {
      "reference" : {
        🔗 "reference" : "Location/TherapyUnit"
      }
    }
  ],
  "reason" : [
    {
      "concept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/InternClassificDiseases10",
            "code" : "S52.40",
            "display" : "S52.40 - Сочетанный перелом диафизов локтевой и лучевой костей закрытый"
          }
        ]
      }
    }
  ],
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/AnatomicalTerminology",
          "code" : "Upper-limb-L",
          "display" : "Верхняя конечность (лев.)"
        }
      ]
    }
  ]
}

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

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