{
  "resourceType" : "RelatedPerson",
  "id" : "example-related-person",
  "meta" : {
    "profile" : ["https://dhp.uz/fhir/core/StructureDefinition/uz-core-relatedperson"]
  },
  "language" : "uz",
  "text" : {
    "status" : "generated",
    "div" : "<div xml:lang=\"uz\" lang=\"uz\"><hr/><p><b>Uzbek</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson example-related-person</b></p><a name=\"uz-example-related-person\"> </a><a name=\"uz-hcexample-related-person\"> </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-uz-core-relatedperson.html\">UZ Core RelatedPerson</a></p></div><p><b>identifier</b>: National unique individual identifier/12345678901234, Passport number/AA1234567, Passport number/IC9876543, Birth Certificate/BC-2025-00001, Driver's license number/DL-987654, Diplomatic Passport/DP-123456, Health card number/HC-555-777, Military ID number/MI-2025-001</p><p><b>patient</b>: <a href=\"Patient-example-david.html\">Давыдов Давид(anonymous) Other, DoB: 2001-10-16 ( Driver's license number)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType WIT}\">witness</span></p><p><b>name</b>: Зафаров Дамир Каримович</p><p><b>telecom</b>: <a href=\"tel:+998901234567\">+998901234567</a></p><p><b>gender</b>: Male</p><p><b>address</b>: махалля Дилобод, Каторток кўчаси, 9-уй, 15-хонадон(home)</p></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "NI",
        "display" : "National unique individual identifier"
      }]
    },
    "system" : "https://dhp.uz/fhir/core/sid/pid/uz/ni",
    "value" : "12345678901234"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "PPN",
        "display" : "Passport number"
      }]
    },
    "system" : "https://dhp.uz/fhir/core/sid/pid/uz/ppn/local",
    "value" : "AA1234567"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "PPN",
        "display" : "Passport number"
      }]
    },
    "system" : "https://dhp.uz/fhir/core/sid/pid/uz/ppn/intl",
    "value" : "IC9876543"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "BCT",
        "display" : "Birth Certificate"
      }]
    },
    "system" : "https://dhp.uz/fhir/core/sid/pid/uz/bct",
    "value" : "BC-2025-00001"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "DL",
        "display" : "Driver's license number"
      }]
    },
    "system" : "https://dhp.uz/fhir/core/sid/pid/uz/dl",
    "value" : "DL-987654"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "DP",
        "display" : "Diplomatic Passport"
      }]
    },
    "system" : "https://dhp.uz/fhir/core/sid/pid/uz/ppn/dp",
    "value" : "DP-123456"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "HC",
        "display" : "Health card number"
      }]
    },
    "system" : "https://dhp.uz/fhir/core/sid/pid/uz/hc",
    "value" : "HC-555-777"
  },
  {
    "type" : {
      "coding" : [{
        "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
        "code" : "MI",
        "display" : "Military ID number"
      }]
    },
    "system" : "https://dhp.uz/fhir/core/sid/pid/uz/mi",
    "value" : "MI-2025-001"
  }],
  "patient" : {
    "reference" : "Patient/example-david"
  },
  "relationship" : [{
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
      "code" : "WIT",
      "display" : "witness"
    }]
  }],
  "name" : [{
    "use" : "usual",
    "text" : "Зафаров Дамир Каримович",
    "family" : "Зафаров",
    "given" : ["Дамир"],
    "suffix" : ["Каримович"],
    "period" : {
      "start" : "1998-02-16"
    }
  }],
  "telecom" : [{
    "system" : "phone",
    "value" : "+998901234567",
    "use" : "mobile"
  }],
  "gender" : "male",
  "address" : [{
    "use" : "home",
    "type" : "physical",
    "text" : "махалля Дилобод, Каторток кўчаси, 9-уй, 15-хонадон",
    "line" : ["Каторток кўчаси"],
    "city" : "103-0104",
    "district" : "1726294",
    "state" : "1726",
    "country" : "182",
    "period" : {
      "start" : "1999-06-04"
    }
  }]
}