{ "resourceType": "Observation", "id": "observation-15", "status": "final", "meta" : { "profile" : [ "http://hl7.org/fhir/us/core/StructureDefinition/us-core-heart-rate|7.0.0" ] }, "category": [ { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/observation-category", "code": "vital-signs", "display": "Vital Signs" } ], "text": "Vital Signs" } ], "code": { "coding": [ { "system": "http://loinc.org", "code": "8867-4", "display": "Heart rate" }, { "system": "http://snomed.info/sct", "code": "78564009", "display": "Pulse rate" } ], "text": "Heart rate" }, "subject": { "reference": "Patient/patient-1", "display": "Example, Anne" }, "valueQuantity": { "value": 68, "unit": "beats/minute", "system": "http://unitsofmeasure.org", "code": "/min" }, "encounter": { "reference": "Encounter/encounter-4", "display": "GP appointment" }, "effectiveDateTime": "2023-06-14T12:53:49Z", "performer": [ { "reference": "Practitioner/practitioner-1", "display": "Dr Maria Hernandez" } ], "note": [ { "text": "68 regular rhythm" } ] }