FHIR R4 Condition

This resource conforms to the resources US-Core StructureDefinition.

These responses can contain one of the following:

  1. Problems List Item
  2. Health Concern
  3. Encounter Diagnosis

The category indicates which of the three are rendered.

Request

GET [base]/fhir/Condition/[id]

Parameters

Name Description Optional?
id The resources external ID false

Response

{
    "id": "569571b5-31fd-431a-8b9a-91ec99f20a5c",
    "meta": {
        "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition-us-core-condition.html"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<div><p><strong>Description: </strong><br><strong>Code: </strong>Tinnitus (finding)<br><strong>Clinical Status: </strong>Active<br><strong>Verification Status: </strong>Confirmed</p></div>"
    },
    "clinicalStatus": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                "code": "active",
                "display": "Active"
            }
        ],
        "text": "Active"
    },
    "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 List Item"
            }
        ],
        "text": "Problem"
    },
    "code": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "display": "Tinnitus (finding)"
            }
        ],
        "text": "Tinnitus (finding)"
    },
    "subject": {
        "reference": "Patient/a3a2e697-3035-4d9e-a7d5-73f9f567bdaa",
        "type": "Patient",
        "display": "Blitzenberg, Wolf"
    },
    "resourceType": "Condition"
}

Health Concern

{
    "id": "health-concern:23fd7552-3317-4058-aa3e-0abe295dc0a1",
    "meta": {
        "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition-us-core-condition.html"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<p><strong>Description: </strong>Chronic Sickness exhibited by patient: HealthCare Concerns refer to underlying clinical facts  i. Documented HyperTension problem  ii. Documented HypoThyroidism problem  iii. Watch Weight of patient<br><strong>Code: </strong>NA<br><strong>Onset: </strong>2015-06-22<br><strong>Abatement: </strong><br><strong>Clinical Status: </strong>Active<br><strong>Verification Status: </strong>Confirmed</p>"
    },
    "clinicalStatus": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                "code": "active",
                "display": "Active"
            }
        ],
        "text": "Active"
    },
    "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": "health-concern",
                    "display": "Health Concern"
                }
            ],
            "text": "Health Concern"
        }
    ],
    "code": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "NA",
                "display": "Chronic Sickness exhibited by patient:<br/>HealthCare Concerns refer to underlying clinical facts <br/>i. Documented HyperTension problem <br/>ii. Documented HypoThyroidism problem <br/>iii. Watch Weight of patient"
            }
        ],
        "text": "Chronic Sickness exhibited by patient:<br/>HealthCare Concerns refer to underlying clinical facts <br/>i. Documented HyperTension problem <br/>ii. Documented HypoThyroidism problem <br/>iii. Watch Weight of patient"
    },
    "subject": {
        "reference": "Patient/659426d2-094d-468f-b8ac-f2f9a813e3e1",
        "type": "Patient",
        "display": "Newman, Alice Jones"
    },
    "onsetDateTime": "2015-06-22",
    "resourceType": "Condition"
}

Problem

{
    "id": "problem:dabac3f6-ec9a-4fa9-b29f-0f3a8c8f7690",
    "meta": {
        "profile": [
            "http://hl7.org/fhir/us/core/StructureDefinition-us-core-condition.html"
        ]
    },
    "text": {
        "status": "generated",
        "div": "<p><strong>Description: </strong>Fever (finding)<br><strong>Code: </strong>386661006<br><strong>Onset: </strong>2015-06-22<br><strong>Abatement: </strong><br><strong>Clinical Status: </strong>Active<br><strong>Verification Status: </strong>Confirmed</p>"
    },
    "clinicalStatus": {
        "coding": [
            {
                "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
                "code": "active",
                "display": "Active"
            }
        ],
        "text": "Active"
    },
    "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 List Item"
                }
            ],
            "text": "Problem"
        }
    ],
    "code": {
        "coding": [
            {
                "system": "http://snomed.info/sct",
                "code": "386661006",
                "display": "Fever (finding)"
            }
        ],
        "text": "Fever (finding)"
    },
    "subject": {
        "reference": "Patient/659426d2-094d-468f-b8ac-f2f9a813e3e1",
        "type": "Patient",
        "display": "Newman, Alice Jones"
    },
    "onsetDateTime": "2015-06-22",
    "resourceType": "Condition"
}