SNOMED CT Implementation Guide for FHIR
0.0.1 - CI Build

SNOMED CT Implementation Guide for FHIR, published by SNOMED on FHIR project group. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHTSDO/snomed-ig/ and changes regularly. See the Directory of published versions

: Problem List - JSON Representation

Raw json | Download

{
  "resourceType" : "List",
  "id" : "ProblemListExample3",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: List ProblemListExample3</b></p><a name=\"ProblemListExample3\"> </a><a name=\"hcProblemListExample3\"> </a><a name=\"ProblemListExample3-en-US\"> </a><h2>Problem List</h2><table class=\"clstu\"><tr><td>Mode: Snapshot List </td><td>Status: Current </td><td>Code: problems </td></tr><tr><td/></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Condition-AllergyConditionExample3-1.html\">Condition Abdominal bloating (finding)</a></td></tr><tr><td><a href=\"Condition-AllergyConditionExample3-2.html\">Condition Abdominal pain (finding)</a></td></tr><tr><td><a href=\"Condition-AllergyConditionExample3-3.html\">Condition Fatigue (finding)</a></td></tr></table></div>"
  },
  "status" : "current",
  "mode" : "snapshot",
  "title" : "Problem List",
  "code" : {
    "coding" : [
      {
        "code" : "problems"
      }
    ]
  },
  "entry" : [
    {
      "item" : {
        🔗 "reference" : "Condition/AllergyConditionExample3-1"
      }
    },
    {
      "item" : {
        🔗 "reference" : "Condition/AllergyConditionExample3-2"
      }
    },
    {
      "item" : {
        🔗 "reference" : "Condition/AllergyConditionExample3-3"
      }
    }
  ]
}