Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm
2.0.0 - STU2 United States of America flag

Electronic Long-Term Services and Supports (eLTSS) Release 1 - US Realm, published by HL7 International / Human and Social Services. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/eLTSS/ and changes regularly. See the Directory of published versions

: need2 - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "need2",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2020-09-03T10:16:03.512-04:00",
    "source" : "#KZ0jzPjXDrhCiMif",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/eltss/StructureDefinition/Condition-eltss"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"need2\"> </a><a name=\"hcneed2\"> </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\">ResourceCondition &quot;need2&quot; Version &quot;1&quot; Updated &quot;2020-09-03 10:16:03-0400&quot; </p><p style=\"margin-bottom: 0px\">Information Source: #KZ0jzPjXDrhCiMif!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Condition-eltss.html\">Condition_eltss</a></p></div><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>: Health Concern <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/core/STU6.1/CodeSystem-condition-category.html\">US Core Condition Category Extension Codes</a>#health-concern)</span>, Assessed Need <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-eltss-condition-category-code.html\">eLTSS Condition Category Codes</a>#assessed-need)</span></p><p><b>code</b>: Needs health / nutrition education for diabetes <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOWMED CT</a>#734920002 &quot;Diabetes mellitus education service&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Patient/patientBSJ1</a> &quot; SMITH-JOHNSON&quot;</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/condition-category",
          "code" : "health-concern",
          "display" : "Health Concern"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/eltss/CodeSystem/eltss-condition-category-code",
          "code" : "assessed-need"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "734920002",
        "display" : "Diabetes mellitus education service"
      }
    ],
    "text" : "Needs health / nutrition education for diabetes"
  },
  "subject" : {
    🔗 "reference" : "Patient/patientBSJ1"
  }
}