FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageru.core
Resource TypePatient
IdPatient-example-core-patient-ivanov.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Пациент: Иванов Иван Петрович

Основная информация:

  • ФИО: Иванов Иван Петрович
  • Пол: Мужской
  • Дата рождения: 15 марта 1985 года
  • Семейное положение: Женат
  • Статус: Активный пациент

Идентификаторы:

  • СНИЛС: 123-456-789-01 (официальный)
  • ИНН: 123456789012 (официальный)
  • Паспорт: 4510-123456 (официальный)
  • Полис ОМС: 1234567890123456 (официальный)

Адрес:

  • Тип адреса: Домашний адрес
  • Адрес: г. Москва, ул. Тверская, д. 1, кв. 15
  • Индекс: 125009
  • Регион: г. Москва (код 77)
  • ФИАС код: 7700000000000000000000000

Медицинская организация:

  • Прикреплен к: ГБУЗ Городская поликлиника №1 (ссылка на Organization/example-core-organization-polyclinic)

Source1

{
  "resourceType": "Patient",
  "id": "example-core-patient-ivanov",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "SB"
          }
        ]
      },
      "system": "https://fhir.ru/ig/core/systems/snils",
      "value": "123-456-789-01",
      "assigner": {
        "display": "ПФР РФ"
      }
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "TAX"
          }
        ]
      },
      "system": "https://www.nalog.gov.ru/inn",
      "value": "123456789012"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "https://fhir.ru/ig/core/systems/passport",
      "value": "4510-123456"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "https://fhir.ru/ig/core/systems/oms",
      "value": "1234567890123456"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Иванов Иван Петрович",
      "family": "Иванов",
      "given": [
        "Иван",
        "Петрович"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1985-03-15",
  "deceasedBoolean": false,
  "address": [
    {
      "extension": [
        {
          "url": "https://fhir.ru/ig/core/StructureDefinition/fias",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-fias",
                "code": "7700000000000000000000000",
                "display": "г. Москва"
              }
            ]
          }
        },
        {
          "url": "https://fhir.ru/ig/core/StructureDefinition/regionRF",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-region-rf",
                "code": "77",
                "display": "г. Москва"
              }
            ]
          }
        },
        {
          "url": "https://fhir.ru/ig/core/StructureDefinition/address-type",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-address-type",
                "code": "3",
                "display": "Домашний адрес"
              }
            ]
          }
        }
      ],
      "use": "home",
      "type": "physical",
      "text": "г. Москва, ул. Тверская, д. 1, кв. 15",
      "line": [
        "ул. Тверская, д. 1, кв. 15"
      ],
      "city": "Москва",
      "state": "Москва",
      "postalCode": "125009",
      "country": "RU"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married"
      }
    ],
    "text": "Женат"
  },
  "managingOrganization": {
    "reference": "Organization/example-core-organization-polyclinic",
    "display": "ГБУЗ Городская поликлиника №1"
  }
}