Skip to content

Condition Profile

Canonical../StructureDefinition/nexus-emr-core-condition
Statusdraft · 1.26.0
BaseCondition (constraint)
SourceFSH · JSON

Nexus EMR profile for Condition resource, representing health concerns (CII E11) or clinical assessments (CII E34). Constrains necessary elements, requires a Nexus EMR identifier, and adds support for required extensions and security labels.

Examples

Avery Anemia · Avery Type 2 Diabetes

Avery Type 2 Diabetes

The condition the diabetes care plan addresses, the HbA1c goal is written against and the cardiovascular risk assessment is calculated for. Category is encounter-diagnosis rather than problem-list-item, and that is load-bearing -- the diagnosis was recorded against a visit and never promoted onto the problem list, which is the gap the chart-update suggestion task later proposes to close

Condition/avery-t2dm — claims conformance to Condition Profile

{
  "resourceType": "Condition",
  "id": "avery-t2dm",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-condition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns="http://www.w3.org/1999/xhtml"><p>Type 2 diabetes mellitus for Avery Linwood, recorded at the 15 January 2026 visit. This is the condition the diabetes care plan addresses, the HbA1c goal is written against, and the cardiovascular risk assessment is calculated for.</p><p>Category is <code>encounter-diagnosis</code>, not <code>problem-list-item</code>, and the distinction is load-bearing: the diagnosis was recorded against the visit but never promoted onto the problem list. That gap is exactly what the chart-update suggestion task later proposes to close.</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",
          "display": "Encounter Diagnosis"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "44054006",
        "display": "Diabetes mellitus type 2"
      }
    ],
    "text": "Type 2 diabetes mellitus"
  },
  "subject": {
    "reference": "Patient/nexus-emr-patient-attachment-example",
    "display": "Avery Linwood"
  },
  "onsetDateTime": "2025-11-20",
  "recordedDate": "2026-01-15"
}

Referenced by: nexus-emr-careplan-example · nexus-emr-goal-example · nexus-emr-riskassessment-example