Vanna Health IG
0.0.2 - ci-build

Vanna Health IG - Local Development build (v0.0.2) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: VannaProblemListExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "VannaProblemListExample",
  "meta" : {
    "profile" : [
      🔗 "http://vanna.health/fhir/StructureDefinition/vanna-problem-list"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"VannaProblemListExample\"> </a><a name=\"hcVannaProblemListExample\"> </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;VannaProblemListExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-vanna-problem-list.html\">VannaProblemList</a></p></div><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></p><p><b>code</b>: Diabetes mellitus <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#73211009)</span></p><p><b>subject</b>: <a href=\"http://fhir.org/packages/us.nlm.vsac/Patient/d51e51bd-1876-4738-9a98-7cad22b6fe24\">Patient/d51e51bd-1876-4738-9a98-7cad22b6fe24: Mr. Adolfo Manuel Grant</a></p><p><b>note</b>: Indicated by glucose testing</p></div>"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem List Item"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "73211009"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/d51e51bd-1876-4738-9a98-7cad22b6fe24",
    "display" : "Mr. Adolfo Manuel Grant"
  },
  "note" : [
    {
      "text" : "Indicated by glucose testing"
    }
  ]
}