This page is part of the electronic Long-Term Services and Supports Implementation Guide (v2.0.0-ballot: STU2 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
: need4 - JSON Representation
Raw json | Download
{
"resourceType" : "Condition",
"id" : "need4",
"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" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"need4\"> </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 "need4" Version "1" Updated "2020-09-03 10:16:03-0400" </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>ELTSS-dueTo</b>: <a href=\"Condition-need3.html\">Condition/need3</a></p><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.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.3.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/STU3.1.1/CodeSystem-condition-category.html\">US Core Condition Category Extension Codes</a>#health-concern)</span></p><p><b>code</b>: Needs physical exercises <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#183301007 "Physical exercises (regime/therapy)")</span></p><p><b>subject</b>: <a href=\"Patient-patientBSJ1.html\">Patient/patientBSJ1</a> " SMITH-JOHNSON"</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/eltss/StructureDefinition/eltss-dueTo",
"valueReference" : {
🔗 "reference" : "Condition/need3"
}
}
],
"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"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "183301007",
"display" : "Physical exercises (regime/therapy)"
}
],
"text" : "Needs physical exercises"
},
"subject" : {
🔗 "reference" : "Patient/patientBSJ1"
}
}