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

FHIR IG analytics

Packagelt.hl7.fhir.base
Resource TypeObservation
IdObservation-observation-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 observation-blood-pressure-example

Language: en

Profile: ObservationLt

status: Preliminary

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

encounter: Encounter: status = completed; class = Inpatient encounter; priority = Emergency; actualPeriod = 2024-01-01 10:00:00+0000 --> 2024-01-01 11:00:00+0000; plannedStartDate = 2024-01-01 10:00:00+0000; plannedEndDate = 2024-01-01 11:00:00+0000

effective: 2025-08-01 10:00:00+0000

issued: 2025-08-01 10:01:00+0000

performer: Practitioner Dr. Petras Kazlauskas(official)

value: Blood pressure within normal limits

interpretation: Normal

note:

Patient was calm and seated for 5 minutes before measurement.

ReferenceRanges

-LowHighTypeText
*90 mmHg120 mmHgNormal Range

Normal systolic blood pressure for adults

component

code: Systolic blood pressure

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

interpretation: Normal

component

code: Diastolic blood pressure

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

interpretation: Normal


Lithuanian


Generated Narrative: Observation observation-blood-pressure-example

Language: en

Profile: ObservationLt

status: Preliminary

category: Vital Signs

code: Blood pressure panel with all children optional

subject: Jonas Petrauskas(official) Male, DoB: 1985-01-01 ( http://hospital-lt.lt/patient-id#HOSPLT-10005 (use: usual, ))

encounter: Encounter: status = completed; class = Inpatient encounter; priority = Emergency; actualPeriod = 2024-01-01 10:00:00+0000 --> 2024-01-01 11:00:00+0000; plannedStartDate = 2024-01-01 10:00:00+0000; plannedEndDate = 2024-01-01 11:00:00+0000

effective: 2025-08-01 10:00:00+0000

issued: 2025-08-01 10:01:00+0000

performer: Practitioner Dr. Petras Kazlauskas(official)

value: Blood pressure within normal limits

interpretation: Normal

note:

Patient was calm and seated for 5 minutes before measurement.

ReferenceRanges

-LowHighTypeText
*90 mmHg120 mmHgNormal Range

Normal systolic blood pressure for adults

component

code: Systolic blood pressure

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

interpretation: Normal

component

code: Diastolic blood pressure

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

interpretation: Normal


Source1

{
  "resourceType": "Observation",
  "id": "observation-blood-pressure-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/base/StructureDefinition/observation-lt"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "preliminary",
  "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/patient-example"
  },
  "encounter": {
    "reference": "Encounter/encounter-psychiatric-example"
  },
  "effectiveDateTime": "2025-08-01T10:00:00Z",
  "issued": "2025-08-01T10:01:00Z",
  "performer": [
    {
      "reference": "Practitioner/practitioner-example"
    }
  ],
  "valueString": "Blood pressure within normal  limits",
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Patient was calm and seated for 5 minutes before measurement."
    }
  ],
  "referenceRange": [
    {
      "low": {
        "value": 90,
        "unit": "mmHg"
      },
      "high": {
        "value": 120,
        "unit": "mmHg"
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/referencerange-meaning",
            "code": "normal",
            "display": "Normal Range"
          }
        ]
      },
      "text": "Normal systolic blood pressure for adults"
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8480-6",
            "display": "Systolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 117,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "N",
              "display": "Normal"
            }
          ]
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "8462-4",
            "display": "Diastolic blood pressure"
          }
        ]
      },
      "valueQuantity": {
        "value": 78,
        "unit": "mmHg",
        "system": "http://unitsofmeasure.org",
        "code": "mm[Hg]"
      },
      "interpretation": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
              "code": "N",
              "display": "Normal"
            }
          ]
        }
      ]
    }
  ]
}