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

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypePatient
IdPatient-example-patient-john.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-patient-john

John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)


Active:false
Contact DetailIltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira(temp)
Links:

Russian


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

Профиль: UZ Core Patient

John Smith(official) Unknown, БД: 2026-03-13 ( National unique individual identifier)


Активно:false
Детали контактаIltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira(temp)
Ссылки:

Uzbek


Generated Narrative: Patient example-patient-john

John Smith(official) Unknown, DoB: 2026-03-13 ( National unique individual identifier)


Active:false
Contact DetailIltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira(temp)
Links:

Source1

{
  "resourceType": "Patient",
  "id": "example-patient-john",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "NI"
          }
        ]
      },
      "system": "https://dhp.uz/fhir/core/sid/pid/uz/ni",
      "value": "12345678901234"
    }
  ],
  "active": false,
  "name": [
    {
      "use": "official",
      "text": "John Smith",
      "family": "Deera",
      "given": [
        "John"
      ]
    }
  ],
  "gender": "unknown",
  "birthDate": "2026-03-13",
  "address": [
    {
      "use": "temp",
      "type": "physical",
      "text": "Iltifot MFY, 58-Harbiy shaharcha mavzesi, 53 Uy, 104 Kvartira",
      "city": "104-0116",
      "district": "1726290",
      "state": "1726",
      "country": "UZ"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/example-organization"
  }
}