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

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypePatient
IdPatient-ExamplePatient.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 ExamplePatient

Language: en

Profile: UZ Core Patient

Karimov Akmal(official) (no stated gender), DoB Unknown ( National unique individual identifier: UzbekistanNationalUniqueIdSystem#31234567890124)



Russian


Сгенерированный нарратив: Patient ExamplePatient

Язык: en

Профиль: UZ Core Patient

Karimov Akmal(official) (без указания пола), ДР неизвестен ( National unique individual identifier: UzbekistanNationalUniqueIdSystem#31234567890124)



Uzbek


Generated Narrative: Patient ExamplePatient

Language: en

Profile: UZ Core Patient

Karimov Akmal(official) (no stated gender), DoB Unknown ( National unique individual identifier: UzbekistanNationalUniqueIdSystem#31234567890124)



Source1

{
  "resourceType": "Patient",
  "id": "ExamplePatient",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "31234567890124"
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Karimov Akmal",
      "family": "Karimov",
      "given": [
        "Akmal"
      ]
    }
  ]
}