Fujitsu Healthy Living Implementation Guide
1.1.30 - release

Publication Build: This will be filled in by the publication tooling

: Problem - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "janetReported-condition",
  "meta" : {
    "profile" : [
      🔗 "http://ig.fujitsu.com/healthy-living/StructureDefinition/fujitsu-condition"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Condition</b><a name=\"janetReported-condition\"> </a><a name=\"hcjanetReported-condition\"> </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;janetReported-condition&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fujitsu-condition.html\">Fujitsu Condition Profile</a></p></div><p><b>identifier</b>: 12345</p><p><b>clinicalStatus</b>: Resolved <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>#resolved)</span></p><p><b>category</b>: Encounter Diagnosis <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>#encounter-diagnosis)</span></p><p><b>code</b>: Uncontrollable vomiting <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#332982000; <a href=\"http://terminology.hl7.org/5.5.0/CodeSystem-data-absent-reason.html\">DataAbsentReason</a>#unknown &quot;Unknown&quot;)</span></p><p><b>subject</b>: <a href=\"Patient-JanetPatient.html\">Patient/JanetPatient</a> &quot; CLINICAL TRIAL PATIENT&quot;</p><p><b>encounter</b>: <a href=\"Encounter-e002.html\">Encounter/e002</a></p><p><b>onset</b>: 2023-04-10</p><p><b>abatement</b>: around April 10, 2023</p><p><b>recordedDate</b>: 2023-04-12</p></div>"
  },
  "identifier" : [
    {
      "value" : "12345"
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "resolved",
        "display" : "Resolved"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "encounter-diagnosis",
          "display" : "Encounter Diagnosis"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "332982000",
        "display" : "Uncontrollable vomiting"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/data-absent-reason",
        "code" : "unknown",
        "display" : "Unknown"
      }
    ],
    "text" : "Uncontrollable vomiting"
  },
  "subject" : {
    🔗 "reference" : "Patient/JanetPatient"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/e002"
  },
  "onsetDateTime" : "2023-04-10",
  "abatementString" : "around April 10, 2023",
  "recordedDate" : "2023-04-12"
}