1{ 2 "resourceType" : "Observation", 3 "id" : "exercise-per-day", 4 "meta" : { 5 "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|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=\"exercise-per-day\"> </a><a name=\"hcexercise-per-day\"> </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 "exercise-per-day" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-simple-observation.html\">US Core Simple Observation Profile (version 7.0.0)</a></p></div><p><b>status</b>: final</p><p><b>category</b>: Social History <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>#social-history)</span>, Physical Activity <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>#activity "Activity")</span></p><p><b>code</b>: Exercise Minutes Per Day <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#68516-4 "On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise")</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</p><p><b>performer</b>: <a href=\"Patient-example.html\">Patient/example: Amy Shaw</a> " SHAW"</p><p><b>value</b>: 60 minutes per day<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code min/d = 'min/d')</span></p></div>" 10 }, 11 "status" : "final", 12 "category" : [{ 13 "coding" : [{ 14 "system" : "http://terminology.hl7.org/CodeSystem/observation-category", 15 "code" : "social-history", 16 "display" : "Social History" 17 }], 18 "text" : "Social History" 19 }, 20 { 21 "coding" : [{ 22 "system" : "http://terminology.hl7.org/CodeSystem/observation-category", 23 "code" : "activity", 24 "display" : "Activity" 25 }], 26 "text" : "Physical Activity" 27 }], 28 "code" : { 29 "coding" : [{ 30 "system" : "http://loinc.org", 31 "code" : "68516-4", 32 "display" : "On those days that you engage in moderate to strenuous exercise, how many minutes, on average, do you exercise" 33 }], 34 "text" : "Exercise Minutes Per Day" 35 }, 36 "subject" : { 37 "reference" : "Patient/example", 38 "display" : "Amy Shaw" 39 }, 40 "effectiveDateTime" : "2023-08-03", 41 "performer" : [{ 42 "reference" : "Patient/example", 43 "display" : "Amy Shaw" 44 }], 45 "valueQuantity" : { 46 "value" : 60, 47 "unit" : "minutes per day", 48 "system" : "http://unitsofmeasure.org", 49 "code" : "min/d" 50 } 51}