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

FHIR IG analytics

Packageuz.dhp.core
Resource TypeObservation
IdObservation-blood-pressure-example.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 blood-pressure-example

status: Final

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

effective: 2025-11-04 10:30:00+0000

performer: Practitioner Test Test Test(official)

component

code: Systolic blood pressure

value: 120 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure

value: 80 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')


Russian


Сгенерированный нарратив: Observation blood-pressure-example

status: Final

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Усманов Салим Салиевич Male, БД: 1994-01-27 ( National unique individual identifier)

effective: 2025-11-04 10:30:00+0000

performer: Practitioner Test Test Test(official)

component

code: Systolic blood pressure

value: 120 mmHg (Подробности: UCUM кодmm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure

value: 80 mmHg (Подробности: UCUM кодmm[Hg] = 'mm[Hg]')


Uzbek


Generated Narrative: Observation blood-pressure-example

status: Final

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Усманов Салим Салиевич Male, DoB: 1994-01-27 ( National unique individual identifier)

effective: 2025-11-04 10:30:00+0000

performer: Practitioner Test Test Test(official)

component

code: Systolic blood pressure

value: 120 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')

component

code: Diastolic blood pressure

value: 80 mmHg (Details: UCUM codemm[Hg] = 'mm[Hg]')


Source1

{
  "resourceType": "Observation",
  "id": "blood-pressure-example",
  "meta": {
    "profile": [
      "https://dhp.uz/fhir/core/StructureDefinition/uz-core-observation",
      "http://hl7.org/fhir/StructureDefinition/vitalsigns",
      "http://hl7.org/fhir/StructureDefinition/bp"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "85354-9",
        "display": "Blood pressure panel with all children optional"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-salim"
  },
  "effectiveDateTime": "2025-11-04T10:30:00Z",
  "performer": [
    {
      "reference": "Practitioner/example-practitioner"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 120,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 80,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      }
    }
  ]
}