1{ 2 "resourceType" : "Observation", 3 "id" : "average-blood-pressure", 4 "meta" : { 5 "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-average-blood-pressure|7.0.0"] 6 }, 7 "text" : { 8 "status" : "generated", 9 "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"average-blood-pressure\"> </a><a name=\"hcaverage-blood-pressure\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "average-blood-pressure" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-average-blood-pressure.html\">US Core Average Blood Pressure Profile (version 7.0.0)</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Vital Signs <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-observation-category.html\">Observation Category Codes</a>#vital-signs)</span></p><p><b>code</b>: Avg Blood pressure systolic and diastolic <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#96607-7 "Blood pressure panel mean systolic and mean diastolic")</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> " SHAW"</p><p><b>effective</b>: 2023-08-03 01:06:52+0000 --> 2023-08-06 13:07:01+0000</p><p><b>performer</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> " SHAW"</p><p><b>note</b>: Average blood pressure is calculated from 12 measurements taken by the patient over 3 days.</p><blockquote><p><b>component</b></p><p><b>code</b>: Average systolic blood pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#96608-5 "Systolic blood pressure mean")</span></p><p><b>value</b>: 109 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Average diastolic blood pressure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#96609-3 "Diastolic blood pressure mean")</span></p><p><b>value</b>: 72 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code mm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Number of measurements <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#246432004 "Number of occurrences (qualifier value)")</span></p><p><b>value</b>: 3 #</p></blockquote></div>" 10 }, 11 "status" : "final", 12 "category" : [{ 13 "coding" : [{ 14 "system" : "http://terminology.hl7.org/CodeSystem/observation-category", 15 "code" : "vital-signs", 16 "display" : "Vital Signs" 17 }], 18 "text" : "Vital Signs" 19 }], 20 "code" : { 21 "coding" : [{ 22 "system" : "http://loinc.org", 23 "code" : "96607-7", 24 "display" : "Blood pressure panel mean systolic and mean diastolic" 25 }], 26 "text" : "Avg Blood pressure systolic and diastolic" 27 }, 28 "subject" : { 29 "reference" : "Patient/example", 30 "display" : "Amy Shaw" 31 }, 32 "effectivePeriod" : { 33 "start" : "2023-08-03T01:06:52.480Z", 34 "end" : "2023-08-06T13:07:01.166Z" 35 }, 36 "performer" : [{ 37 "reference" : "Patient/example", 38 "display" : "Amy Shaw" 39 }], 40 "note" : [{ 41 "text" : "Average blood pressure is calculated from 12 measurements taken by the patient over 3 days." 42 }], 43 "component" : [{ 44 "code" : { 45 "coding" : [{ 46 "system" : "http://loinc.org", 47 "code" : "96608-5", 48 "display" : "Systolic blood pressure mean" 49 }], 50 "text" : "Average systolic blood pressure" 51 }, 52 "valueQuantity" : { 53 "value" : 109, 54 "unit" : "mm[Hg]", 55 "system" : "http://unitsofmeasure.org", 56 "code" : "mm[Hg]" 57 } 58 }, 59 { 60 "code" : { 61 "coding" : [{ 62 "system" : "http://loinc.org", 63 "code" : "96609-3", 64 "display" : "Diastolic blood pressure mean" 65 }], 66 "text" : "Average diastolic blood pressure" 67 }, 68 "valueQuantity" : { 69 "value" : 72, 70 "unit" : "mm[Hg]", 71 "system" : "http://unitsofmeasure.org", 72 "code" : "mm[Hg]" 73 } 74 }, 75 { 76 "code" : { 77 "coding" : [{ 78 "system" : "http://snomed.info/sct", 79 "code" : "246432004", 80 "display" : "Number of occurrences (qualifier value)" 81 }], 82 "text" : "Number of measurements" 83 }, 84 "valueQuantity" : { 85 "value" : 3, 86 "unit" : "#" 87 } 88 }] 89}