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

: Отказ от направления на физиотерапевтическое лечение - JSON Representation

Raw json | Download

{
  "resourceType" : "Contract",
  "id" : "PhysioServiceRequestRejection",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.by/StructureDefinition/RejectionBy"
    ]
  },
  "extension" : [
    {
      "url" : "https://fhir.by/StructureDefinition/RejectionReason",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/ServiceRequestRejectionReasonPatient",
            "code" : "pat-cpp"
          }
        ]
      }
    }
  ],
  "status" : "executed",
  "issued" : "2025-05-28T12:00:00Z",
  "subject" : [
    {
      🔗 "reference" : "Patient/PatientForDemo"
    }
  ],
  "title" : "Отказ от направления на УЗИ 2024-08-08 12:00",
  "author" : {
    🔗 "reference" : "Organization/9ad86c36-0f29-428d-b476-c8603a7cdd1f"
  },
  "topicReference" : {
    🔗 "reference" : "ServiceRequest/ExampleRequestPhysiotherapy"
  }
}