0.1.0 - ci-build

RuCoreIG, published by HL7 FHIR Россия. This guide is not an authorized publication; it is the continuous build for version 0.1.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

: Core Instance Patient Full - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "core-patient-instance-full",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.ru/ig/core/StructureDefinition/core-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient core-patient-instance-full</b></p><a name=\"core-patient-instance-full\"> </a><a name=\"hccore-patient-instance-full\"> </a><a name=\"core-patient-instance-full-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Мария-Антуанетта Иоганновна Габсбург-Лотарингская (official) Female, DoB: 1955-01-10 ( Свидетельство о рождении)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li>Tax ID number/463217055385</li><li>Паспорт гражданина Российской Федерации/7412 809982</li><li>Social Beneficiary Identifier/152-873-614 14</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+79607005745\">+7 960 700 5745</a></li><li><a href=\"tel:+79998005577\">+7 999 800 5577</a></li><li>Россия, г. Санкт-Петербург, Софийская ул., д.32-1-987(home)</li></ul></td></tr></table></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-identity-document",
            "code" : "6"
          }
        ]
      },
      "system" : "http://fhir.ru/core/systems/birth-certificate",
      "value" : "IIЮБ-123456"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "TAX"
          }
        ]
      },
      "system" : "http://fhir.ru/core/systems/inn",
      "value" : "463217055385"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.ru/ig/core/CodeSystem/core-cs-nsi-identity-document",
            "code" : "1"
          }
        ]
      },
      "system" : "http://fhir.ru/core/systems/passport-RF",
      "value" : "7412 809982"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "SB"
          }
        ]
      },
      "system" : "http://fhir.ru/core/systems/snils",
      "value" : "152-873-614 14"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Габсбург-Лотарингская",
      "given" : [
        "Мария-Антуанетта",
        "Иоганновна"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+7 960 700 5745",
      "use" : "mobile"
    },
    {
      "system" : "phone",
      "value" : "+7 999 800 5577",
      "use" : "work"
    }
  ],
  "gender" : "female",
  "birthDate" : "1955-01-10",
  "address" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "aoguid",
              "valueIdentifier" : {
                "system" : "urn:hl7-ru:fias:aoguid",
                "value" : "7b1996be-c0fe-4797-bedc-f503e31a83fd"
              }
            },
            {
              "url" : "houseguid",
              "valueIdentifier" : {
                "system" : "urn:hl7-ru:fias:houseguid",
                "value" : "7b1996be-c0fe-4797-bedc-f503e31a83fd"
              }
            }
          ],
          "url" : "https://fhir.ru/ig/core/StructureDefinition/core-ex-address-fias"
        }
      ],
      "use" : "home",
      "type" : "postal",
      "text" : "Россия, г. Санкт-Петербург, Софийская ул., д.32-1-987",
      "line" : [
        "Софийская 32-1-987"
      ],
      "city" : "Санкт-Петербург",
      "state" : "Санкт-Петербург",
      "postalCode" : "192236",
      "country" : "Россия"
    }
  ]
}