1{ 2 "resourceType": "Observation", 3 "id": "observation-15", 4 "status": "final", 5 "meta" : { 6 "profile" : [ 7 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-heart-rate|7.0.0" 8 ] 9 }, 10 "category": [ 11 { 12 "coding": [ 13 { 14 "system": "http://terminology.hl7.org/CodeSystem/observation-category", 15 "code": "vital-signs", 16 "display": "Vital Signs" 17 } 18 ], 19 "text": "Vital Signs" 20 } 21 ], 22 "code": { 23 "coding": [ 24 { 25 "system": "http://loinc.org", 26 "code": "8867-4", 27 "display": "Heart rate" 28 }, 29 { 30 "system": "http://snomed.info/sct", 31 "code": "78564009", 32 "display": "Pulse rate" 33 } 34 ], 35 "text": "Heart rate" 36 }, 37 "subject": { 38 "reference": "Patient/patient-1", 39 "display": "Example, Anne" 40 }, 41 "valueQuantity": { 42 "value": 68, 43 "unit": "beats/minute", 44 "system": "http://unitsofmeasure.org", 45 "code": "/min" 46 }, 47 "encounter": { 48 "reference": "Encounter/encounter-4", 49 "display": "GP appointment" 50 }, 51 "effectiveDateTime": "2023-06-14T12:53:49Z", 52 "performer": [ 53 { 54 "reference": "Practitioner/practitioner-1", 55 "display": "Dr Maria Hernandez" 56 } 57 ], 58 "note": [ 59 { 60 "text": "68 regular rhythm" 61 } 62 ] 63}