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

FHIR IG analytics

Packagelt.hl7.fhir.vitalsigns
Resource TypeObservation
IdObservation-observation-heart-rate-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-heart-rate-example

Language: en

Profile: Heart Rate

Exercise Association Extension: Exercise therapy (regime/therapy)

Sleep Status Extension: Asleep (finding)

status: Final

category: Vital Signs, Heart rate

code: Heart rate

subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))

effective: 2025-10-28 09:25:00+0300

value: 72 /min (Details: UCUM code/min = '/min')

interpretation: Normal

note:

Measured manually while patient was seated and relaxed.

bodyStructure: BodyStructure

method: Palpation (procedure)

device: Device: status = active; type =


Lithuanian


Generated Narrative: Observation observation-heart-rate-example

Language: en

Profile: Heart Rate

Exercise Association Extension: Exercise therapy (regime/therapy)

Sleep Status Extension: Asleep (finding)

status: Final

category: Vital Signs, Heart rate

code: Heart rate

subject: John Doe(official) Male, DoB Unknown ( http://hospital.org/patient-id#10005 (use: usual, ))

effective: 2025-10-28 09:25:00+0300

value: 72 /min (Details: UCUM code/min = '/min')

interpretation: Normal

note:

Measured manually while patient was seated and relaxed.

bodyStructure: BodyStructure

method: Palpation (procedure)

device: Device: status = active; type =


Source1

{
  "resourceType": "Observation",
  "id": "observation-heart-rate-example",
  "meta": {
    "profile": [
      "https://hl7.lt/fhir/vitalsigns/StructureDefinition/heart-rate"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.lt/fhir/vitalsigns/StructureDefinition/exercise-association",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "229065009",
            "display": "Exercise therapy (regime/therapy)"
          }
        ]
      }
    },
    {
      "url": "https://hl7.lt/fhir/vitalsigns/StructureDefinition/sleep-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "248220008",
            "display": "Asleep (finding)"
          }
        ]
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "8867-4",
          "display": "Heart rate"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8867-4",
        "display": "Heart rate"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-example"
  },
  "effectiveDateTime": "2025-10-28T09:25:00+03:00",
  "valueQuantity": {
    "value": 72,
    "unit": "/min",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  },
  "interpretation": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
          "code": "N",
          "display": "Normal"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Measured manually while patient was seated and relaxed."
    }
  ],
  "bodyStructure": {
    "reference": "BodyStructure/bodystructure-blood-pressure-example"
  },
  "method": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "113011001",
        "display": "Palpation (procedure)"
      }
    ]
  },
  "device": {
    "reference": "Device/device-heart-rate-example"
  }
}