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

FHIR IG analytics

Packageru.core
Resource TypeRelatedPerson
IdRelatedPerson-example-core-relatedperson-ivanov-spouse.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

Связанное лицо: Иванова Мария Сергеевна

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

  • ФИО: Иванова Мария Сергеевна
  • Пол: Женский
  • Дата рождения: 12 августа 1987 года
  • Статус: Активное связанное лицо

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

  • СНИЛС: 111-222-333-44 (официальный)

Связь с пациентом:

  • Пациент: Иванов Иван Петрович (ссылка на Patient/example-core-patient-ivanov)
  • Отношение: Супруг/супруга (Spouse)

Контактная информация:

  • Адрес: г. Москва, ул. Тверская, д. 1, кв. 15
  • Телефон: +7-495-123-45-67 (домашний)
  • Email: maria.ivanova@email.com (домашний)

Source1

{
  "resourceType": "RelatedPerson",
  "id": "example-core-relatedperson-ivanov-spouse",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-relatedperson"
    ]
  },
  "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": "111-222-333-44"
    }
  ],
  "active": true,
  "patient": {
    "reference": "Patient/example-core-patient-ivanov",
    "display": "Иванов Иван Петрович"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "https://fhir.ru/ig/core/CodeSystem/core-relatedperson-codesystem",
          "code": "SPS",
          "display": "Spouse"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Иванова Мария Сергеевна",
      "family": "Иванова",
      "given": [
        "Мария",
        "Сергеевна"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+7-495-123-45-67",
      "use": "home"
    },
    {
      "system": "email",
      "value": "maria.ivanova@email.com",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1987-08-12",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "text": "г. Москва, ул. Тверская, д. 1, кв. 15",
      "line": [
        "ул. Тверская, д. 1, кв. 15"
      ],
      "city": "Москва",
      "state": "Москва",
      "postalCode": "125009",
      "country": "RU"
    }
  ]
}