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

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r5
Resource TypeObservation
IdObservation-HRObservation.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

Generated Narrative: Observation HRObservation

Language: en

status: Final

category: Vital Signs

code: Heart rate

subject: 3D TEE 2D(official) (no stated gender), DoB: 1976-04-29 ( 00 CARDIAC 2)

effective: 2023-06-01

value: 180 bpm (Details: UCUM code/min = '/min')


Source1

{
  "resourceType": "Observation",
  "id": "HRObservation",
  "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": "8867-4",
        "display": "Heart rate"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:11111111-2222-4333-8444-000000000003"
  },
  "effectiveDateTime": "2023-06-01",
  "valueQuantity": {
    "value": 180,
    "unit": "bpm",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  }
}