0.2.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-ru/RuCoreIG/ and changes regularly. See the Directory of published versions

: Пример связанного лица - супруга Иванова И.П. - JSON Representation

Raw json | Download

{
  "resourceType" : "RelatedPerson",
  "id" : "example-core-relatedperson-ivanov-spouse-min",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-relatedperson"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson example-core-relatedperson-ivanov-spouse-min</b></p><a name=\"example-core-relatedperson-ivanov-spouse-min\"> </a><a name=\"hcexample-core-relatedperson-ivanov-spouse-min\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-core-relatedperson.html\">Core RelatedPerson (Представитель пациента)</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-core-ns-rf-snils.html\" title=\"Страховой номер индивидуального лицевого счёта, СНИЛС — уникальный номер индивидуального лицевого счёта застрахованного лица в системе обязательного пенсионного страхования\">Core NamingSystem Идентификатор - СНИЛС</a>/111-222-333-44</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-example-core-patient-ivanov-min.html\">Иван Иванов  Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01)</a></p><p><b>relationship</b>: <span title=\"Codes:{https://fhir.ru/ig/core/CodeSystem/core-relatedperson-codesystem SPS}\">Spouse</span></p><p><b>name</b>: Мария Иванова </p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1987-08-12</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://fhir.ru/ig/core/systems/snils",
      "value" : "111-222-333-44"
    }
  ],
  "active" : true,
  "patient" : {
    🔗 "reference" : "Patient/example-core-patient-ivanov-min"
  },
  "relationship" : [
    {
      "coding" : [
        {
          "system" : "https://fhir.ru/ig/core/CodeSystem/core-relatedperson-codesystem",
          "code" : "SPS",
          "display" : "Spouse"
        }
      ]
    }
  ],
  "name" : [
    {
      "family" : "Иванова",
      "given" : [
        "Мария"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1987-08-12"
}