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

FHIR IG analytics

Packageuz.dhp.integrations
Resource TypeObservation
IdObservation-body-mass-index.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: Observation body-mass-index

identifier: ScreeningIdentifierSystem/343 (use: usual, )

status: Final

category: Vital Signs

code: Body mass index (BMI) [Ratio]

subject: Lola Oripova Shakhzodovna

encounter: Encounter: identifier = https://dhp.uz/fhir/core/sid/uz/screening#ScreeningIdentifierSystem#36 (use: usual, ); status = completed; class = ambulatory; type = Consultative

effective: 2025-11-17 13:28:17+0200

performer: PractitionerRole Center of Obstetrics & Gynecology: Obstetrician-gynecologist

value: 20.3 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2')


Russian


Сгенерированный нарратив: Observation body-mass-index

identifier: ScreeningIdentifierSystem/343 (используется: usual, )

status: Final

category: Vital Signs

code: Body mass index (BMI) [Ratio]

subject: Lola Oripova Shakhzodovna

encounter: Encounter: identifier = https://dhp.uz/fhir/core/sid/uz/screening#ScreeningIdentifierSystem#36 (use: usual, ); status = completed; class = ambulatory; type = Консультативные

effective: 2025-11-17 13:28:17+0200

performer: PractitionerRole Центр акушерства и гинекологии: Акушер-гинеколог

value: 20.3 kg/m2 (Подробности: UCUM кодkg/m2 = 'kg/m2')


Uzbek


Generated Narrative: Observation body-mass-index

identifier: ScreeningIdentifierSystem/343 (use: usual, )

status: Final

category: Vital Signs

code: Body mass index (BMI) [Ratio]

subject: Lola Oripova Shakhzodovna

encounter: Encounter: identifier = https://dhp.uz/fhir/core/sid/uz/screening#ScreeningIdentifierSystem#36 (use: usual, ); status = completed; class = ambulatory; type = Konsultativ

effective: 2025-11-17 13:28:17+0200

performer: PractitionerRole Akusherlik va ginekologiya markazi: Akusher-ginekolog

value: 20.3 kg/m2 (Details: UCUM codekg/m2 = 'kg/m2')


Source1

{
  "resourceType": "Observation",
  "id": "body-mass-index",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/bmi"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "https://dhp.uz/fhir/core/sid/uz/screening",
      "value": "343"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "39156-5",
        "display": "Body mass index (BMI) [Ratio]"
      }
    ]
  },
  "subject": {
    "reference": "Patient/lola-oripova",
    "display": "Lola Oripova Shakhzodovna"
  },
  "encounter": {
    "reference": "Encounter/Encounter-general"
  },
  "effectiveDateTime": "2025-11-17T13:28:17+02:00",
  "performer": [
    {
      "reference": "PractitionerRole/practitioner-role-gynecologist"
    }
  ],
  "valueQuantity": {
    "value": 20.3,
    "unit": "kg/m2",
    "system": "http://unitsofmeasure.org",
    "code": "kg/m2"
  }
}