This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

Condition-example-f201-fever.json

Real-word condition example (fever)

{
  "resourceType": "Condition",
  "text": {
    "status": "generated",
    "div": "<div>\n      <p>\n        <b>Generated Narrative</b>\n      </p>\n      <p>\n        <b>subject</b>: Roel\n      </p>\n      <p>\n        <b>encounter</b>: \n        <a href=\"encounter-example-f201-20130404.html\">Roel's encounter on April fourth 2013 = Encounter_Roel_20130404 (temp); finished; outpatient; Consultation; The patient had fever peaks over the last couple of days. He is worried about these peaks.; Normal</a>\n      </p>\n      <p>\n        <b>asserter</b>: \n        <a href=\"practitioner-example-f201-ab.html\">UZI-nummer = 12345678901 (official); Dokter Bronsig(official); Male; birthDate: 24-Dec 1956; Implementation of planned interventions; Medical oncologist</a>\n      </p>\n      <p>\n        <b>dateAsserted</b>: 4-Apr 2013\n      </p>\n      <p>\n        <b>code</b>: \n        <span title=\"Codes: {http://snomed.info/sct 386661006}\">Fever</span>\n      </p>\n      <p>\n        <b>category</b>: \n        <span title=\"Codes: {http://snomed.info/sct 55607006}, {http://hl7.org/fhir/condition-category condition}\">Problem</span>\n      </p>\n      <p>\n        <b>status</b>: confirmed\n      </p>\n      <p>\n        <b>severity</b>: \n        <span title=\"Codes: {http://snomed.info/sct 255604002}\">Mild</span>\n      </p>\n      <p>\n        <b>onset[x]</b>: 2-Apr 2013\n      </p>\n      <h3>Evidences</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Code</b>\n          </td>\n          <td>\n            <b>Detail</b>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <span title=\"Codes: {http://snomed.info/sct 258710007}\">degrees C</span>\n          </td>\n          <td>Temperature</td>\n        </tr>\n      </table>\n      <h3>Locations</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Code</b>\n          </td>\n          <td>\n            <b>Detail</b>\n          </td>\n        </tr>\n        <tr>\n          <td>\n            <span title=\"Codes: {http://snomed.info/sct 38266002}\">Entire body as a whole</span>\n          </td>\n          <td> </td>\n        </tr>\n      </table>\n      <h3>RelatedItems</h3>\n      <table class=\"grid\">\n        <tr>\n          <td>\n            <b>Type</b>\n          </td>\n          <td>\n            <b>Code</b>\n          </td>\n          <td>\n            <b>Target</b>\n          </td>\n        </tr>\n        <tr>\n          <td>dueto</td>\n          <td> </td>\n          <td>TPF chemokuur</td>\n        </tr>\n        <tr>\n          <td>dueto</td>\n          <td> </td>\n          <td>bacterial infection</td>\n        </tr>\n      </table>\n    </div>"
  },
  "subject": {
    "reference": "Patient/f201",
    "display": "Roel"
  },
  "encounter": {
    "reference": "Encounter/f201"
  },
  "asserter": {
    "reference": "Practitioner/f201"
  },
  "dateAsserted": "2013-04-04",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "386661006",
        "display": "Fever"
      }
    ]
  },
  "category": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "55607006",
        "display": "Problem"
      },
      {
        "system": "http://hl7.org/fhir/condition-category",
        "code": "condition"
      }
    ]
  },
  "status": "confirmed",
  "severity": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "255604002",
        "display": "Mild"
      }
    ]
  },
  "onsetDate": "2013-04-02",
  "evidence": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "258710007",
            "display": "degrees C"
          }
        ]
      },
      "detail": [
        {
          "reference": "Observation/f202",
          "display": "Temperature"
        }
      ]
    }
  ],
  "location": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "38266002",
            "display": "Entire body as a whole"
          }
        ]
      }
    }
  ],
  "relatedItem": [
    {
      "type": "due-to",
      "target": {
        "reference": "Procedure/f201",
        "display": "TPF chemokuur"
      }
    },
    {
      "type": "due-to",
      "target": {
        "reference": "Condition/f205",
        "display": "bacterial infection"
      }
    }
  ]
}