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/f203 (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 (sepsis)

{
  "resourceType" : "Condition",
  "id" : "f203",
  "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://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" : "371924009",
      "display" : "Moderate to severe"
    }]
  },
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "10001005",
      "display" : "Bacterial sepsis"
    }]
  },
  "bodySite" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "281158006",
      "display" : "Pulmonary vascular structure"
    }]
  }],
  "subject" : {
    "reference" : "Patient/f201",
    "display" : "Roel"
  },
  "encounter" : {
    "reference" : "Encounter/f203",
    "display" : "Roel's encounter on March elevanth"
  },
  "onsetDateTime" : "2013-03-08",
  "recordedDate" : "2013-03-11",
  "asserter" : {
    "reference" : "Practitioner/f201"
  },
  "evidence" : [{
    "reference" : {
      "reference" : "DiagnosticReport/f202",
      "display" : "Diagnostic report for Roel's sepsis"
    }
  }]
}

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.