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

: Пример представителя пациента - законный представитель пациента - JSON Representation

Raw json | Download

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

Для добавления описания нужно добавить файл input/intro-notes/RelatedPerson-ExampleRelatedPersonPermanentBy-intro.md
{
  "resourceType" : "RelatedPerson",
  "id" : "ExampleRelatedPersonPermanentBy",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.by/StructureDefinition/RelatedPersonPermanentBy"
    ]
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/PersonalDocumentType",
            "code" : "INP"
          }
        ]
      },
      "value" : "7001112A009PB3",
      "period" : {
        "start" : "2024-01-31"
      }
    },
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "https://fhir.by/StructureDefinition/PassportIssuedString",
              "valueString" : "Центральным РУВД г Минска, 11.08.2021"
            },
            {
              "url" : "https://fhir.by/StructureDefinition/PassportIssuedDate",
              "valueDate" : "2021-08-11"
            },
            {
              "url" : "https://fhir.by/StructureDefinition/PassportIssuedCode",
              "valueCodeableConcept" : {
                "coding" : [
                  {
                    "system" : "https://fhir.by/ValueSet/OCAM",
                    "code" : "106"
                  }
                ]
              }
            }
          ],
          "url" : "https://fhir.by/StructureDefinition/PassportIssued"
        }
      ],
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/PersonalDocumentType",
            "code" : "Passport-RB"
          }
        ]
      },
      "value" : "MP1234579"
    },
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "https://fhir.by/StructureDefinition/PassportIssuedString",
              "valueString" : "Центральным МРЭК г Минска, 11.08.2021"
            },
            {
              "url" : "https://fhir.by/StructureDefinition/PassportIssuedDate",
              "valueDate" : "2021-08-11"
            }
          ],
          "url" : "https://fhir.by/StructureDefinition/DocumentIssued"
        }
      ],
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/PersonalDocumentType",
            "code" : "CDP"
          }
        ]
      },
      "value" : "222222222",
      "period" : {
        "start" : "2024-01-31"
      }
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/ExampleFullPatient"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.by/ValueSet/RelatedPersonType",
          "code" : "husband",
          "display" : "супруг"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "Иванова",
      "given" : [
        "Лариса",
        "Ивановна"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+375172000669",
      "period" : {
        "start" : "2024-01-31"
      }
    },
    {
      "system" : "email",
      "value" : "ivanova_li@mail.by"
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-01-31",
  "address" : [
    {
      "extension" : [
        {
          "url" : "https://fhir.by/StructureDefinition/CoutryForAddresses",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://fhir.by/ValueSet/CitizenshipCode",
                "code" : "BY",
                "display" : "Беларусь"
              }
            ]
          }
        },
        {
          "url" : "https://fhir.by/StructureDefinition/StreetGeoRegistry",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "https://fhir.by/ValueSet/StreetGeoRegistry",
                "code" : "72609920778",
                "display" : "Переулок Снежный"
              }
            ]
          }
        },
        {
          "url" : "https://fhir.by/StructureDefinition/ApartmentRoom",
          "valueString" : "кв. 11"
        }
      ],
      "use" : "home",
      "text" : "Могилевская область, г.Могилев, Переулок Гоголя, д.19",
      "postalCode" : "212011"
    }
  ],
  "period" : {
    "start" : "2024-01-31",
    "end" : "2025-09-30"
  }
}

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

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