FHIR IG analytics| Package | ru.core |
| Resource Type | RelatedPerson |
| Id | RelatedPerson-example-core-relatedperson-ivanov-spouse.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Основная информация:
Идентификаторы:
Связь с пациентом:
Контактная информация:
{
"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"
}
]
}