FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypePatient
IdPatient-example-hepatitis-patient.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: Patient example-hepatitis-patient

To'lanboev Tolibjon(official) Male, DoB: 1990-02-01 ( Passport number (use: official, ))


Other Id:National unique individual identifier/515050500505 (use: official, )
Contact DetailIltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira(home)
Patient Citizenship:
  • code: Uzbekistan

Russian


Сгенерированный нарратив: Patient example-hepatitis-patient

Профиль: UZ Core Patient

To'lanboev Tolibjon(official) Male, БД: 1990-02-01 ( Passport number (use: official, ))


Другой ID:National unique individual identifier/515050500505 (используется: official, )
Детали контактаIltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira(home)
Patient Citizenship:
  • code: Uzbekistan

Uzbek


Generated Narrative: Patient example-hepatitis-patient

To'lanboev Tolibjon(official) Male, DoB: 1990-02-01 ( Passport number (use: official, ))


Other Id:National unique individual identifier/515050500505 (use: official, )
Contact DetailIltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira(home)
Patient Citizenship:
  • code: Uzbekistan

Source1

{
  "resourceType": "Patient",
  "id": "example-hepatitis-patient",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "UZ",
                "display": "Uzbekistan"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    }
  ],
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI"
          }
        ]
      },
      "system": "https://dhp.uz/fhir/core/sid/pid/uz/ni",
      "value": "515050500505"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "PPN"
          }
        ]
      },
      "system": "https://dhp.uz/fhir/core/sid/pid/uz/ppn/local",
      "value": "AB1234567"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "To'lanboev Tolibjon",
      "family": "To'lanboyev",
      "given": [
        "Tolibjon"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1990-02-01",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "text": "Iltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira",
      "city": "17150085",
      "district": "1726262",
      "state": "1726",
      "country": "UZ"
    }
  ]
}