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

FHIR IG analytics

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

Language: ru

Profile: UZ Core Patient

Давыдов Давид(anonymous) Other, DoB: 2001-10-16 ( Driver's license number)


Active:falseMarital Status:Состоит в браке
Multiple Birth:2
Contact Detail
  • -unknown-(Temp)
  • 2 квартал 13 дом 12 квартира 22070011 UZ (temp)
Emergency Contact:
  • Саидов Саид (Male)
Patient Nationality:
  • code: Армяне

Russian


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

Язык: ru

Профиль: UZ Core Patient

Давыдов Давид(anonymous) Other, БД: 2001-10-16 ( Driver's license number)


Активно:falseСемейное положение:Состоит в браке
Несколько рождений:2
Детали контакта
  • -unknown-(Temp)
  • 2 квартал 13 дом 12 квартира 22070011 UZ (temp)
Emergency Contact:
  • Саидов Саид (Male)
Patient Nationality:
  • code: Армяне

Uzbek


Generated Narrative: Patient example-david

Language: ru

Profile: UZ Core Patient

Давыдов Давид(anonymous) Other, DoB: 2001-10-16 ( Driver's license number)


Active:falseMarital Status:Состоит в браке
Multiple Birth:2
Contact Detail
  • -unknown-(Temp)
  • 2 квартал 13 дом 12 квартира 22070011 UZ (temp)
Emergency Contact:
  • Саидов Саид (Male)
Patient Nationality:
  • code: Армяне

Source1

{
  "resourceType": "Patient",
  "id": "example-david",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-patient"
    ]
  },
  "language": "ru",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/nationality-cs",
                "code": "32",
                "display": "Армяне"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "DL"
          }
        ]
      },
      "system": "https://dhp.uz/fhir/core/sid/pid/uz/dl",
      "value": "AG1141110"
    }
  ],
  "active": false,
  "name": [
    {
      "use": "anonymous",
      "text": "Давыдов Давид"
    }
  ],
  "telecom": [
    {
      "system": "sms",
      "use": "temp",
      "rank": 1,
      "period": {
        "start": "2024-02-10"
      }
    }
  ],
  "gender": "other",
  "_gender": {
    "extension": [
      {
        "url": "https://dhp.uz/fhir/core/StructureDefinition/gender-other",
        "valueCoding": {
          "system": "https://terminology.dhp.uz/fhir/core/CodeSystem/gender-other-cs",
          "code": "regis0007.00005",
          "display": "Сменил пол на мужчину"
        }
      }
    ]
  },
  "birthDate": "2001-10-16",
  "address": [
    {
      "use": "temp",
      "type": "physical",
      "line": [
        "2 квартал 13 дом 12 квартира"
      ],
      "city": "22070011",
      "district": "1703206",
      "country": "UZ",
      "period": {
        "start": "2001-10-16"
      }
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Состоит в браке"
      }
    ]
  },
  "multipleBirthInteger": 2,
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        }
      ],
      "name": {
        "text": "Саидов Саид"
      },
      "gender": "male"
    }
  ]
}