• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "resourceType" : "Condition",
3  "id" : "condition-SDOH-example",
4  "meta" : {
5    "lastUpdated" : "2016-08-10T07:15:07-08:00",
6    "profile" : ["http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition-problems-health-concerns|7.0.0"]
7  },
8  "text" : {
9    "status" : "extensions",
10    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"condition-SDOH-example\"> </a><a name=\"hccondition-SDOH-example\"> </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 Condition &quot;condition-SDOH-example&quot; Updated &quot;2016-08-10 07:15:07-0800&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-us-core-condition-problems-health-concerns.html\">US Core Condition Problems and Health Concerns Profile (version 7.0.0)</a></p></div><p><b>Condition Asserted Date</b>: 2016-08-10</p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-condition-clinical.html\">Condition Clinical Status Codes</a>#active)</span></p><p><b>verificationStatus</b>: Confirmed <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Problem List Item <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#problem-list-item)</span>, Social Determinants Of Health <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-us-core-category.html\">US Core Category</a>#sdoh &quot;SDOH&quot;)</span></p><p><b>code</b>: Nutrition impaired due to limited access to healthful foods (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT[US]</a>#445281000124101)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example: Amy V. Shaw</a> &quot; SHAW&quot;</p><p><b>recordedDate</b>: 2016-08-10 07:15:07-0800</p></div>"
11  },
12  "extension" : [{
13    "url" : "http://hl7.org/fhir/StructureDefinition/condition-assertedDate",
14    "valueDateTime" : "2016-08-10"
15  }],
16  "clinicalStatus" : {
17    "coding" : [{
18      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
19      "code" : "active",
20      "display" : "Active"
21    }],
22    "text" : "Active"
23  },
24  "verificationStatus" : {
25    "coding" : [{
26      "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
27      "code" : "confirmed",
28      "display" : "Confirmed"
29    }],
30    "text" : "Confirmed"
31  },
32  "category" : [{
33    "coding" : [{
34      "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
35      "code" : "problem-list-item",
36      "display" : "Problem List Item"
37    }],
38    "text" : "Problem List Item"
39  },
40  {
41    "coding" : [{
42      "system" : "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
43      "code" : "sdoh",
44      "display" : "SDOH"
45    }],
46    "text" : "Social Determinants Of Health"
47  }],
48  "code" : {
49    "coding" : [{
50      "system" : "http://snomed.info/sct",
51      "version" : "http://snomed.info/sct/731000124108",
52      "code" : "445281000124101",
53      "display" : "Nutrition impaired due to limited access to healthful foods (finding)"
54    }],
55    "text" : "Nutrition impaired due to limited access to healthful foods (finding)"
56  },
57  "subject" : {
58    "reference" : "Patient/example",
59    "display" : "Amy V. Shaw"
60  },
61  "recordedDate" : "2016-08-10T07:15:07-08:00"
62}