Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General Condition Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Condition",
  "id" : "Example1",
  "meta" : {
    "versionId" : "1226157578001060",
    "lastUpdated" : "2012-04-30T16:34:12.000+05:30",
    "profile" : [
      🔗 "http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-condition-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><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\">version: versionId: id (PrimitiveType/Condition.meta.versionId): element = id -&gt; versionId=id[1226157578001060]; Last updated: 2012-04-30 16:34:12+0530</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-condition.html\">US Core Condition Profile</a>, <a href=\"StructureDefinition-athena-condition-profile.html\">Detailed information about conditions, problems or diagnoses</a></p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical resolved}\">Resolved</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status confirmed}\">Confirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem</span></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/sid/icd-10-us I10}, {http://hl7.org/fhir/sid/icd-9-cm 401.1}, {https://docs.mydata.athenahealth.com/fhir-r4/codes/MEL ICD-401.1}\">HYPERTENSION</span></p><p><b>subject</b>: <a href=\"Patient/1225794115001060\">Patient/1225794115001060</a></p><p><b>encounter</b>: <a href=\"Encounter-Example1.html\">Encounter: extension = No display for Extension ,No display for Extension ,No display for Extension ; status = finished; class = ambulatory (ActCode#AMB); type = Office Visit; priority = routine; period = 2020-08-17 21:04:20-0600 --&gt; 2020-08-17 21:07:17-0600</a></p><p><b>onset</b>: 2008-04-08 00:00:00+0530</p><p><b>abatement</b>: 2008-04-08 00:00:00+0530</p><p><b>recordedDate</b>: 2012-04-30 16:34:12+0530</p><p><b>recorder</b>: <a href=\"Practitioner/1225652602001060\">Practitioner/1225652602001060</a></p><p><b>asserter</b>: <a href=\"Practitioner/1225652602001060\">Practitioner/1225652602001060</a></p><p><b>note</b>: probably due to undiagnosed hypothyroidism</p></div>"
  },
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "resolved",
        "display" : "Resolved"
      }
    ],
    "text" : "Resolved"
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "confirmed",
        "display" : "Confirmed"
      }
    ],
    "text" : "Confirmed"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
          "code" : "problem-list-item",
          "display" : "Problem"
        }
      ],
      "text" : "Problem"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-us",
        "code" : "I10"
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-9-cm",
        "code" : "401.1"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codes/MEL",
        "code" : "ICD-401.1"
      }
    ],
    "text" : "HYPERTENSION"
  },
  "subject" : {
    "reference" : "Patient/1225794115001060"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Example1"
  },
  "onsetDateTime" : "2008-04-08T00:00:00+05:30",
  "abatementDateTime" : "2008-04-08T00:00:00+05:30",
  "recordedDate" : "2012-04-30T16:34:12+05:30",
  "recorder" : {
    "reference" : "Practitioner/1225652602001060"
  },
  "asserter" : {
    "reference" : "Practitioner/1225652602001060"
  },
  "note" : [
    {
      "text" : "probably due to undiagnosed hypothyroidism"
    }
  ]
}