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

FHIR IG analytics

Packageuz.dhp.core
Resource TypePatient
IdPatient-example-nodira.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-nodira

Language: uz

Profile: UZ Core Patient

Karimova Nodira Anvarovna Female, DoB: 1985-03-05 ( National unique individual identifier)


Active:true

Russian


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

Язык: uz

Профиль: UZ Core Patient

Karimova Nodira Anvarovna Female, БД: 1985-03-05 ( National unique individual identifier)


Активно:true

Uzbek


Generated Narrative: Patient example-nodira

Language: uz

Profile: UZ Core Patient

Karimova Nodira Anvarovna Female, DoB: 1985-03-05 ( National unique individual identifier)


Active:true

Source1

{
  "resourceType": "Patient",
  "id": "example-nodira",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"
    ]
  },
  "language": "uz",
  "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": "40503855900021"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "text": "Karimova Nodira Anvarovna",
      "family": "Karimova",
      "given": [
        "Nodira"
      ],
      "suffix": [
        "Anvarovna"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "1985-03-05"
}