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