FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example Condition/f204 (JSON)

Patient Care Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Encounter, Patient, Practitioner, RelatedPerson

Raw JSON (canonical form + also see JSON Format Specification)

Real-word condition example (renal insufficiency)

{
  "resourceType" : "Condition",
  "id" : "f204",
  "clinicalStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
      "code" : "inactive"
    }]
  },
  "verificationStatus" : {
    "coding" : [{
      "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
      "code" : "differential"
    }]
  },
  "category" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "55607006",
      "display" : "Problem"
    },
    {
      "system" : "http://terminology.hl7.org/CodeSystem/condition-category",
      "code" : "problem-list-item"
    }]
  }],
  "severity" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "24484000",
      "display" : "Severe"
    }]
  },
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "36225005",
      "display" : "Acute renal failure due to procedure"
    }]
  },
  "bodySite" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "181414000",
      "display" : "Entire kidney"
    }]
  }],
  "subject" : {
    "reference" : "Patient/f201",
    "display" : "Roel"
  },
  "encounter" : {
    "reference" : "Encounter/f203",
    "display" : "Roel's encounter on March elevanth"
  },
  "onsetDateTime" : "2013-03-11",
  "abatementDateTime" : "2013-03-20",
  "recordedDate" : "2013-03-11",
  "asserter" : {
    "reference" : "Practitioner/f201"
  },
  "stage" : [{
    "summary" : {
      "coding" : [{
        "system" : "http://snomed.info/sct",
        "code" : "14803004",
        "display" : "Temporary"
      }]
    },
    "assessment" : [{
      "display" : "Genetic analysis master panel"
    }]
  }],
  "note" : [{
    "text" : "The patient is anuric."
  }]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.