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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeObservation
IdUKCore-Observation-VitalSigns-HeartRate-Example.json
FHIR VersionR4

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

An example to illustrate a heart rate vital sign

Source1

{
  "resourceType": "Observation",
  "id": "UKCore-Observation-VitalSigns-HeartRate-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "444981005",
        "display": "Resting heart rate"
      },
      {
        "system": "http://loinc.org",
        "code": "8867-4",
        "display": "Heart rate"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "effectiveDateTime": "2023-08-10",
  "performer": [
    {
      "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
    }
  ],
  "valueQuantity": {
    "value": 104,
    "unit": "per minute",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  }
}