{
  "resourceType": "StructureDefinition",
  "url": "https://example.org/fhir/StructureDefinition/Patient-Ru",
  "name": "Patient-Ru",
  "status": "draft",
  "date": "2022-08-11T22:04:13.952314+00:00",
  "description": "Structure definition for a Russian patient.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Patient",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Patient",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Patient",
        "path": "Patient",
        "short": "Information about the citizen of the Russian Federation"
      },
      {
        "id": "Patient.identifier",
        "path": "Patient.identifier",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "system"
            }
          ],
          "rules": "open"
        }
      },
      {
        "id": "Patient.identifier:PassportRF",
        "path": "Patient.identifier",
        "sliceName": "PassportRF"
      },
      {
        "id": "Patient.identifier:PassportRF.type.coding.system",
        "path": "Patient.identifier.type.coding.system",
        "fixedUri": "https://nsi.rosminzdrav.ru/#!/refbook/1.2.643.5.1.13.13.99.2.48/version/6.2"
      },
      {
        "id": "Patient.identifier:PassportRF.type.coding.code",
        "path": "Patient.identifier.type.coding.code",
        "fixedCode": "1"
      },
      {
        "id": "Patient.identifier:PassportRF.type.coding.display",
        "path": "Patient.identifier.type.coding.display",
        "fixedString": "Паспорт гражданина Российской Федерации"
      },
      {
        "id": "Patient.identifier:PassportRF.type.text",
        "path": "Patient.identifier.type.text",
        "fixedString": "Паспорт гражданина Российской Федерации"
      },
      {
        "id": "Patient.identifier:PassportRF.system",
        "path": "Patient.identifier.system",
        "fixedUri": "http://fhir.ru/core/systems/passport-rf"
      },
      {
        "id": "Patient.identifier:InsuranceOMS",
        "path": "Patient.identifier",
        "sliceName": "InsuranceOMS"
      },
      {
        "id": "Patient.identifier:InsuranceOMS.type.coding.system",
        "path": "Patient.identifier.type.coding.system",
        "fixedUri": "https://nsi.rosminzdrav.ru/#!/refbook/1.2.643.5.1.13.13.11.1035/version/1.3"
      },
      {
        "id": "Patient.identifier:InsuranceOMS.type.coding.code",
        "path": "Patient.identifier.type.coding.code",
        "fixedCode": "2"
      },
      {
        "id": "Patient.identifier:InsuranceOMS.type.coding.display",
        "path": "Patient.identifier.type.coding.display",
        "fixedString": "Полис ОМС единого образца, бессрочный"
      },
      {
        "id": "Patient.identifier:InsuranceOMS.type.text",
        "path": "Patient.identifier.type.text",
        "fixedString": "Полис обязательного медицинского страхования"
      },
      {
        "id": "Patient.identifier:InsuranceOMS.system",
        "path": "Patient.identifier.system",
        "fixedUri": "http://fhir.ru/core/systems/ffoms-erz"
      }
    ]
  }
}