PACIO Re-Assessment Timepoints Implementation Guide
1.0.0 - STU 1 United States of America flag

PACIO Re-Assessment Timepoints Implementation Guide, published by HL7 Community-Based Care and Privacy Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/fhir-pacio-rt/ and changes regularly. See the Directory of published versions

: RT-HHA-Diagnosis-CISequelae - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "RT-HHA-Diagnosis-CISequelae",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"RT-HHA-Diagnosis-CISequelae\"> </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 \"RT-HHA-Diagnosis-CISequelae\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU3.1.1/StructureDefinition-us-core-condition.html\">US Core Condition Profile</a></p></div><p><b>clinicalStatus</b>: Active <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.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/4.0.0/CodeSystem-condition-ver-status.html\">ConditionVerificationStatus</a>#confirmed)</span></p><p><b>category</b>: Encounter Diagnosis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-condition-category.html\">Condition Category Codes</a>#encounter-diagnosis)</span></p><p><b>code</b>: Unspecified sequelae of cerebral infarction <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/4.0.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#I69.30)</span></p><p><b>subject</b>: <a href=\"Patient-RT-Patient-BSJ.html\">Patient/RT-Patient-BSJ</a> \" SMITH-JOHNSON\"</p><p><b>encounter</b>: <a href=\"Encounter-RT-HHA-Encounter.html\">Encounter/RT-HHA-Encounter</a></p><p><b>onset</b>: 2021-04-07 03:00:00-0500</p><p><b>asserter</b>: <a href=\"Practitioner-RT-Practitioner-JohnSmith.html\">Practitioner/RT-Practitioner-JohnSmith: Primary Care John Smith</a> \" SMITH\"</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://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "I69.30",
        "display" : "Unspecified sequelae of cerebral infarction"
      }
    ],
    "text" : "Unspecified sequelae of cerebral infarction"
  },
  "subject" : {
    "reference" : "Patient/RT-Patient-BSJ"
  },
  "encounter" : {
    "reference" : "Encounter/RT-HHA-Encounter"
  },
  "onsetDateTime" : "2021-04-07T15:00:00-05:00",
  "asserter" : {
    "reference" : "Practitioner/RT-Practitioner-JohnSmith",
    "display" : "Primary Care John Smith"
  }
}