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

: Ребёнок 1-го года жизни, с идентификационным номером - JSON Representation

Raw json | Download

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

Для добавления описания нужно добавить файл input/intro-notes/Patient-ExamplePediatricPatientWithIdentificationNumber-intro.md
{
  "resourceType" : "Patient",
  "id" : "ExamplePediatricPatientWithIdentificationNumber",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.by/StructureDefinition/PatientWithIdentificationNumber"
    ]
  },
  "extension" : [
    {
      "extension" : [
        {
          "url" : "https://fhir.by/StructureDefinition/PatientArchiveBoolean",
          "valueBoolean" : true
        },
        {
          "url" : "https://fhir.by/StructureDefinition/PatientArchiveLink",
          "valueUri" : "PatientId001_9_7746240.zip"
        }
      ],
      "url" : "https://fhir.by/StructureDefinition/PatientArchive"
    },
    {
      "extension" : [
        {
          "url" : "https://fhir.by/StructureDefinition/ConsentPersonalDataBoolean",
          "valueBoolean" : true
        },
        {
          "url" : "https://fhir.by/StructureDefinition/ConsentPersonalDataPeriod",
          "valuePeriod" : {
            "start" : "2024-01-01"
          }
        }
      ],
      "url" : "https://fhir.by/StructureDefinition/ConsentPersonalData"
    },
    {
      "url" : "https://fhir.by/StructureDefinition/PatientBirthDateTime",
      "valueDateTime" : "2024-01-01T11:00:21Z"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.by/ValueSet/PersonalDocumentType",
            "code" : "INP"
          }
        ]
      },
      "value" : "7001112A009PB3"
    },
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "https://fhir.by/StructureDefinition/PassportIssuedDate",
              "valueDate" : "2024-02-18"
            },
            {
              "url" : "https://fhir.by/StructureDefinition/PassportIssuedString",
              "valueString" : "Центральным РУВД г Минска"
            },
            {
              "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" : "MP7654321"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Семёнова",
      "given" : [
        "Анастасия",
        "Петровна"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "2024-01-01",
  "deceasedBoolean" : false,
  "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"
    }
  ],
  "maritalStatus" : {
    "coding" : [
      {
        "system" : "https://fhir.by/ValueSet/MaritalStatus",
        "code" : "unmarried"
      }
    ]
  },
  "contact" : [
    {
      "relationship" : [
        {
          "coding" : [
            {
              "system" : "https://fhir.by/ValueSet/RelatedPersonType",
              "code" : "parent"
            }
          ]
        }
      ],
      "name" : {
        "family" : "Семёнов",
        "given" : [
          "Пётр",
          "Иванович"
        ]
      },
      "telecom" : [
        {
          "system" : "phone",
          "value" : "80295478831"
        }
      ],
      "address" : {
        "extension" : [
          {
            "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"
          }
        ],
        "text" : "Могилевская область, г.Могилев, Переулок Гоголя, д.19"
      }
    }
  ]
}

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

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