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

FHIR IG analytics

Packagehl7.fhir.uv.cardx-htn-mng.r4
Resource TypeObservation
IdObservation-SMBP-Associated-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

Generated Narrative: Observation

Resource Observation "SMBP-Associated-HeartRate-example"

Profile: SMBP Associated Heart Rate

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: Heart rate (LOINC#8867-4)

subject: Patient/patient-example-Sally-Sue " SUE"

effective: 2023-03-01 08:00:00-0900

issued: Mar 1, 2023, 5:10:00 PM

performer: Patient/patient-example-Sally-Sue " SUE"

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

device: Device/example-smbp-device


Source1

{
  "resourceType": "Observation",
  "id": "SMBP-Associated-HeartRate-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cardx-htn-mng/StructureDefinition/smbp-associated-heart-rate"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8867-4"
      }
    ],
    "text": "Heart rate"
  },
  "subject": {
    "reference": "Patient/patient-example-Sally-Sue"
  },
  "effectiveDateTime": "2023-03-01T08:00:00-09:00",
  "issued": "2023-03-01T08:10:00-09:00",
  "performer": [
    {
      "reference": "Patient/patient-example-Sally-Sue"
    }
  ],
  "valueQuantity": {
    "value": 74,
    "unit": "'/min'",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  },
  "device": {
    "reference": "Device/example-smbp-device"
  }
}